aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/smp.h6
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);
67extern void smp_cpus_done(unsigned int max_cpus); 67extern 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 */
73extern 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 */
72int smp_call_function(void(*func)(void *info), void *info, int wait); 78int smp_call_function(void(*func)(void *info), void *info, int wait);