Re: [PATCH] powerpc: Only build restart_table.c for 64s

2021-07-02 Thread Michael Ellerman
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

[PATCH] powerpc: Only build restart_table.c for 64s

2021-07-01 Thread Michael Ellerman
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