diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-04-20 13:05:51 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-04-26 12:06:11 +0200 |
commit | 360014a36170464ebd9935514f0e0e3d558b0e56 (patch) | |
tree | c69cd8139075bfba446271c28cb576f1c81c98fa /arch/mips/Kconfig | |
parent | 84ec6d5796e095e2f8698bd2b5d33849ed26d9e2 (diff) | |
download | blackbird-obmc-linux-360014a36170464ebd9935514f0e0e3d558b0e56.tar.gz blackbird-obmc-linux-360014a36170464ebd9935514f0e0e3d558b0e56.zip |
mips: Use generic idle thread allocation
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Link: http://lkml.kernel.org/r/20120420124557.512158271@linutronix.de
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ce30e2f91d77..186fc8cf9ee0 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -29,6 +29,7 @@ config MIPS select HAVE_MEMBLOCK select HAVE_MEMBLOCK_NODE_MAP select ARCH_DISCARD_MEMBLOCK + select GENERIC_SMP_IDLE_THREAD menu "Machine selection" |