cpu: Provide smpboot_thread_init() on !CONFIG_SMP kernels as well
authorIngo Molnar <mingo@kernel.org>
Mon, 13 Apr 2015 08:04:59 +0000 (10:04 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 13 Apr 2015 08:19:30 +0000 (10:19 +0200)
Now that we are using smpboot_thread_init() in init/main.c as well,
provide it for !CONFIG_SMP as well.

This addresses a !CONFIG_SMP build failure.

Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/cpu.h

index 091badf0f6ba99152860ad3bf95f778e7cf90415..c0fb6b1b4712c30bdf9f7749fefead8a5a2be622 100644 (file)
@@ -214,6 +214,10 @@ static inline void cpu_notifier_register_done(void)
 {
 }
 
+static inline void smpboot_thread_init(void)
+{
+}
+
 #endif /* CONFIG_SMP */
 extern struct bus_type cpu_subsys;