summaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/smp.c')
-rw-r--r--kernel/smp.c2
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
19enum { 18enum {
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}
466EXPORT_SYMBOL(smp_call_function); 465EXPORT_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 */
470unsigned int setup_max_cpus = NR_CPUS; 468unsigned int setup_max_cpus = NR_CPUS;