[RFC V1 4/6] powerpc: Add flag in paca for register restore state
Mukesh Kumar Chaurasiya
mchauras at linux.ibm.com
Tue Apr 29 01:22:25 AEST 2025
In case of signal being processed we want to restore the GPRS. To save the state
of whether we need to restore the registers or not a flag is introduced so that
we can save the state for that cpu in case we want to save the register state.
Signed-off-by: Mukesh Kumar Chaurasiya <mchauras at linux.ibm.com>
---
arch/powerpc/include/asm/paca.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/include/asm/paca.h b/arch/powerpc/include/asm/paca.h
index 1d58da9467396..215cafd64d8f5 100644
--- a/arch/powerpc/include/asm/paca.h
+++ b/arch/powerpc/include/asm/paca.h
@@ -174,6 +174,7 @@ struct paca_struct {
u8 irq_soft_mask; /* mask for irq soft masking */
u8 irq_happened; /* irq happened while soft-disabled */
u8 irq_work_pending; /* IRQ_WORK interrupt while soft-disable */
+ u8 generic_fw_flags; /* Flags for generic framework */
#ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
u8 pmcregs_in_use; /* pseries puts this in lppaca */
#endif
--
2.49.0
More information about the Linuxppc-dev
mailing list