Merge branch 'x86/core' into core/ipi

This commit is contained in:
Ingo Molnar
2009-03-13 11:05:58 +01:00
522 changed files with 20897 additions and 18874 deletions

View File

@@ -177,6 +177,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 */