diff options
Diffstat (limited to 'kernel/smp.c')
-rw-r--r-- | kernel/smp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/smp.c b/kernel/smp.c index 46116100f0ee..1c194e20e943 100644 --- a/kernel/smp.c +++ b/kernel/smp.c | |||
@@ -15,7 +15,6 @@ | |||
15 | 15 | ||
16 | #include "smpboot.h" | 16 | #include "smpboot.h" |
17 | 17 | ||
18 | #ifdef CONFIG_USE_GENERIC_SMP_HELPERS | ||
19 | enum { | 18 | enum { |
20 | CSD_FLAG_LOCK = 0x01, | 19 | CSD_FLAG_LOCK = 0x01, |
21 | CSD_FLAG_WAIT = 0x02, | 20 | CSD_FLAG_WAIT = 0x02, |
@@ -464,7 +463,6 @@ int smp_call_function(smp_call_func_t func, void *info, int wait) | |||
464 | return 0; | 463 | return 0; |
465 | } | 464 | } |
466 | EXPORT_SYMBOL(smp_call_function); | 465 | EXPORT_SYMBOL(smp_call_function); |
467 | #endif /* USE_GENERIC_SMP_HELPERS */ | ||
468 | 466 | ||
469 | /* Setup configured maximum number of CPUs to activate */ | 467 | /* Setup configured maximum number of CPUs to activate */ |
470 | unsigned int setup_max_cpus = NR_CPUS; | 468 | unsigned int setup_max_cpus = NR_CPUS; |