aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2021-07-01 21:18:30 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2021-07-01 22:50:54 +1000
commit4ebbbaa4ce8524b853dd6febf0176a6efa3482d7 (patch)
treec4e8f76b585e09b698ff1468dc3c726f0b1f5680 /kernel
parentpowerpc/64s: move ret_from_fork etc above __end_soft_masked (diff)
downloadlinux-dev-4ebbbaa4ce8524b853dd6febf0176a6efa3482d7.tar.xz
linux-dev-4ebbbaa4ce8524b853dd6febf0176a6efa3482d7.zip
powerpc: Only build restart_table.c for 64s
Commit 9b69d48c7516 ("powerpc/64e: remove implicit soft-masking and interrupt exit restart logic") limited the implicit soft masking and restart logic to 64-bit Book3S only. However we are still building restart_table.c for all 64-bit, ie. Book3E also. There's no need to build it for 64e, and it also causes missing prototype warnings for 64e builds, because the prototype is already behind an #ifdef PPC_BOOK3S_64. Fixes: 9b69d48c7516 ("powerpc/64e: remove implicit soft-masking and interrupt exit restart logic") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210701125026.292224-1-mpe@ellerman.id.au
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions