X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fcpu.c;h=38033db8d8ec3d8f23af3973560dc995782efbda;hb=95e3f66fa60a8e573b0b7a58305c5c9fcbca1b70;hp=181ae7086029e0b0eebb60cbc264b01b49f9297d;hpb=5e1751f8396544df3b334afd2e67557757d47fb0;p=linux-2.6 diff --git a/kernel/cpu.c b/kernel/cpu.c index 181ae70860..38033db8d8 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -273,7 +273,7 @@ int __cpuinit cpu_up(unsigned int cpu) return err; } -#ifdef CONFIG_SUSPEND_SMP +#ifdef CONFIG_PM_SLEEP_SMP static cpumask_t frozen_cpus; int disable_nonboot_cpus(void) @@ -334,4 +334,4 @@ void enable_nonboot_cpus(void) out: mutex_unlock(&cpu_add_remove_lock); } -#endif +#endif /* CONFIG_PM_SLEEP_SMP */