aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/cpu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h
index 091badf0f6ba..c0fb6b1b4712 100644
--- a/include/linux/cpu.h
+++ b/include/linux/cpu.h
@@ -214,6 +214,10 @@ static inline void cpu_notifier_register_done(void)
214{ 214{
215} 215}
216 216
217static inline void smpboot_thread_init(void)
218{
219}
220
217#endif /* CONFIG_SMP */ 221#endif /* CONFIG_SMP */
218extern struct bus_type cpu_subsys; 222extern struct bus_type cpu_subsys;
219 223