powerpc/64: Rename soft_enabled to irq_soft_mask
Rename the paca->soft_enabled to paca->irq_soft_mask as it is no longer used as a flag for interrupt state, but a mask. Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
01417c6cc7
commit
4e26bc4a4e
@@ -873,7 +873,7 @@ static inline void kvmppc_fix_ee_before_entry(void)
|
||||
|
||||
/* Only need to enable IRQs by hard enabling them after this */
|
||||
local_paca->irq_happened = 0;
|
||||
soft_enabled_set(IRQS_ENABLED);
|
||||
irq_soft_mask_set(IRQS_ENABLED);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user