diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/smp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h index 715196b09d67..d41a3a865fe3 100644 --- a/include/linux/smp.h +++ b/include/linux/smp.h | |||
@@ -67,6 +67,12 @@ extern int __cpu_up(unsigned int cpunum); | |||
67 | extern void smp_cpus_done(unsigned int max_cpus); | 67 | extern void smp_cpus_done(unsigned int max_cpus); |
68 | 68 | ||
69 | /* | 69 | /* |
70 | * Callback to arch code if there's nosmp or maxcpus=0 on the | ||
71 | * boot command line: | ||
72 | */ | ||
73 | extern void arch_disable_smp_support(void); | ||
74 | |||
75 | /* | ||
70 | * Call a function on all other processors | 76 | * Call a function on all other processors |
71 | */ | 77 | */ |
72 | int smp_call_function(void(*func)(void *info), void *info, int wait); | 78 | int smp_call_function(void(*func)(void *info), void *info, int wait); |