On Mon, Mar 30, 2015 at 05:01:03PM +0100, Paul Martin wrote: > arch/mips/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > index 68e64cb..c4d0229 100644 > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig > @@ -780,7 +780,7 @@ config CAVIUM_OCTEON_SOC > select SYS_SUPPORTS_BIG_ENDIAN > select EDAC_SUPPORT > select SYS_SUPPORTS_LITTLE_ENDIAN > - select SYS_SUPPORTS_HOTPLUG_CPU if CONFIG_CPU_BIG_ENDIAN > + select SYS_SUPPORTS_HOTPLUG_CPU if CPU_BIG_ENDIAN > select SYS_HAS_EARLY_PRINTK > select SYS_HAS_CPU_CAVIUM_OCTEON > select SWAP_IO_SPACE And this really should be folded into patch 9/10 - adding a bug, then fixing it one commit later is silly. Thanks for all the work on this series! Ralf