diff options
Diffstat (limited to 'arch/powerpc/include/asm/paca.h')
-rw-r--r-- | arch/powerpc/include/asm/paca.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/paca.h b/arch/powerpc/include/asm/paca.h index 17722c73ba2e..269c05a36d91 100644 --- a/arch/powerpc/include/asm/paca.h +++ b/arch/powerpc/include/asm/paca.h | |||
@@ -135,6 +135,7 @@ struct paca_struct { | |||
135 | u8 hard_enabled; /* set if irqs are enabled in MSR */ | 135 | u8 hard_enabled; /* set if irqs are enabled in MSR */ |
136 | u8 io_sync; /* writel() needs spin_unlock sync */ | 136 | u8 io_sync; /* writel() needs spin_unlock sync */ |
137 | u8 irq_work_pending; /* IRQ_WORK interrupt while soft-disable */ | 137 | u8 irq_work_pending; /* IRQ_WORK interrupt while soft-disable */ |
138 | u8 nap_state_lost; /* NV GPR values lost in power7_idle */ | ||
138 | 139 | ||
139 | #ifdef CONFIG_PPC_POWERNV | 140 | #ifdef CONFIG_PPC_POWERNV |
140 | /* Pointer to OPAL machine check event structure set by the | 141 | /* Pointer to OPAL machine check event structure set by the |