summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/smp.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h
index d41a3a8..bbacb7b 100644
--- a/include/linux/smp.h
+++ b/include/linux/smp.h
@@ -67,12 +67,6 @@ extern int __cpu_up(unsigned int cpunum);
extern void smp_cpus_done(unsigned int max_cpus);
/*
- * Callback to arch code if there's nosmp or maxcpus=0 on the
- * boot command line:
- */
-extern void arch_disable_smp_support(void);
-
-/*
* Call a function on all other processors
*/
int smp_call_function(void(*func)(void *info), void *info, int wait);
@@ -182,6 +176,12 @@ static inline void init_call_single_data(void)
#define put_cpu() preempt_enable()
#define put_cpu_no_resched() preempt_enable_no_resched()
+/*
+ * Callback to arch code if there's nosmp or maxcpus=0 on the
+ * boot command line:
+ */
+extern void arch_disable_smp_support(void);
+
void smp_setup_processor_id(void);
#endif /* __LINUX_SMP_H */
OpenPOWER on IntegriCloud