Re: powerpc: Remove unnecessary CONFIG_SMP #ifdefs

2016-05-04 Thread Michael Ellerman
On Mon, 2016-02-05 at 06:00:58 UTC, Chris Smart wrote: > The code in machine_restart/power_off/halt() includes #ifdefs around > calls to smp_send_stop(), however these are not required as > include/linux/smp.h includes an empty version of this function for > CONFIG_SMP=n builds. > > Signed-off-by:

[PATCH] powerpc: Remove unnecessary CONFIG_SMP #ifdefs

2016-05-01 Thread Chris Smart
The code in machine_restart/power_off/halt() includes #ifdefs around calls to smp_send_stop(), however these are not required as include/linux/smp.h includes an empty version of this function for CONFIG_SMP=n builds. Signed-off-by: Chris Smart --- arch/powerpc/kernel/setup-common.c | 6 -- 1