Re: [PATCH] powerpc/kernel: Fix ppc_save_regs inclusion in build

2025-05-17 Thread Madhavan Srinivasan
On Sun, 11 May 2025 09:41:11 +0530, Madhavan Srinivasan wrote: > Recent patch fixed an old commit > 'fc2a5a6161a2 ("powerpc/64s: ppc_save_regs is now needed for all 64s builds")' > which is to include building of ppc_save_reg.c only when XMON > and KEXEC_CORE and PPC_BOOK3S are enabled. This was va

[PATCH] powerpc/kernel: Fix ppc_save_regs inclusion in build

2025-05-10 Thread Madhavan Srinivasan
Recent patch fixed an old commit 'fc2a5a6161a2 ("powerpc/64s: ppc_save_regs is now needed for all 64s builds")' which is to include building of ppc_save_reg.c only when XMON and KEXEC_CORE and PPC_BOOK3S are enabled. This was valid, since ppc_save_regs was called only in replay_system_reset() of ol