From e86ba0700c103a3fb0693c547dd9aa474dda8728 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Sat, 31 Jan 2009 14:09:06 +0100 Subject: [PATCH] --- yaml --- r: 136680 b: refs/heads/master c: a146649bc19d5eba4f5bfac6720c5f252d517a71 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/smp.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 981b7cd38075..0f28a855eec8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c5e954820335ef5aed1662b70aaf5deb9de16735 +refs/heads/master: a146649bc19d5eba4f5bfac6720c5f252d517a71 diff --git a/trunk/include/linux/smp.h b/trunk/include/linux/smp.h index d41a3a865fe3..bbacb7baa446 100644 --- a/trunk/include/linux/smp.h +++ b/trunk/include/linux/smp.h @@ -66,12 +66,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 */ @@ -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 */