commit | e44c1b15cf32e33cd4521f7278333d448eda170b | [log] [tgz] |
---|---|---|
author | Chris Smart <chris@distroguy.com> | Mon May 02 16:00:58 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed May 11 21:54:01 2016 +1000 |
tree | f24e245cfe05a633c0954187e9ceda20c5ea4dbb | |
parent | c415c9cb8ab2c852a56f5d592057fc14c585301d [diff] |
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>