On Thu, 1 Jul 2021 22:50:26 +1000, Michael Ellerman wrote: > 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.
Applied to powerpc/next. [1/1] powerpc: Only build restart_table.c for 64s https://git.kernel.org/powerpc/c/4ebbbaa4ce8524b853dd6febf0176a6efa3482d7 cheers