powerpc: Remove unnecessary CONFIG_SMP #ifdefs
authorChris Smart <chris@distroguy.com>
Mon, 2 May 2016 06:00:58 +0000 (16:00 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 11 May 2016 11:54:01 +0000 (21:54 +1000)
commite44c1b15cf32e33cd4521f7278333d448eda170b
treef24e245cfe05a633c0954187e9ceda20c5ea4dbb
parentc415c9cb8ab2c852a56f5d592057fc14c585301d
powerpc: Remove unnecessary CONFIG_SMP #ifdefs

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 <chris@distroguy.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/setup-common.c