aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/smp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h
index dbf4249e2a6d..3bec6b478213 100644
--- a/include/asm-x86/smp.h
+++ b/include/asm-x86/smp.h
@@ -221,7 +221,12 @@ static inline int hard_smp_processor_id(void)
221#endif /* CONFIG_X86_LOCAL_APIC */ 221#endif /* CONFIG_X86_LOCAL_APIC */
222 222
223#ifdef CONFIG_HOTPLUG_CPU 223#ifdef CONFIG_HOTPLUG_CPU
224extern void cpu_uninit(void); 224#ifdef CONFIG_X86_32
225extern void reset_lazy_tlbstate(void);
226#else
227static inline void reset_lazy_tlbstate(void)
228{ }
229#endif /* CONFIG_X86_32 */
225#endif 230#endif
226 231
227#endif /* __ASSEMBLY__ */ 232#endif /* __ASSEMBLY__ */