diff options
Diffstat (limited to 'arch/x86/include/asm/smp.h')
| -rw-r--r-- | arch/x86/include/asm/smp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h index 1e796782cd7b..4cfc90824068 100644 --- a/arch/x86/include/asm/smp.h +++ b/arch/x86/include/asm/smp.h | |||
| @@ -135,6 +135,8 @@ int native_cpu_disable(void); | |||
| 135 | void native_cpu_die(unsigned int cpu); | 135 | void native_cpu_die(unsigned int cpu); |
| 136 | void native_play_dead(void); | 136 | void native_play_dead(void); |
| 137 | void play_dead_common(void); | 137 | void play_dead_common(void); |
| 138 | void wbinvd_on_cpu(int cpu); | ||
| 139 | int wbinvd_on_all_cpus(void); | ||
| 138 | 140 | ||
| 139 | void native_send_call_func_ipi(const struct cpumask *mask); | 141 | void native_send_call_func_ipi(const struct cpumask *mask); |
| 140 | void native_send_call_func_single_ipi(int cpu); | 142 | void native_send_call_func_single_ipi(int cpu); |
| @@ -147,6 +149,13 @@ static inline int num_booting_cpus(void) | |||
| 147 | { | 149 | { |
| 148 | return cpumask_weight(cpu_callout_mask); | 150 | return cpumask_weight(cpu_callout_mask); |
| 149 | } | 151 | } |
| 152 | #else /* !CONFIG_SMP */ | ||
| 153 | #define wbinvd_on_cpu(cpu) wbinvd() | ||
| 154 | static inline int wbinvd_on_all_cpus(void) | ||
| 155 | { | ||
| 156 | wbinvd(); | ||
| 157 | return 0; | ||
| 158 | } | ||
| 150 | #endif /* CONFIG_SMP */ | 159 | #endif /* CONFIG_SMP */ |
| 151 | 160 | ||
| 152 | extern unsigned disabled_cpus __cpuinitdata; | 161 | extern unsigned disabled_cpus __cpuinitdata; |
