diff options
Diffstat (limited to 'arch/powerpc/include/asm/paca.h')
-rw-r--r-- | arch/powerpc/include/asm/paca.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/include/asm/paca.h b/arch/powerpc/include/asm/paca.h index a5139ea6910b..24a386cbb928 100644 --- a/arch/powerpc/include/asm/paca.h +++ b/arch/powerpc/include/asm/paca.h | |||
@@ -42,7 +42,6 @@ extern unsigned int debug_smp_processor_id(void); /* from linux/smp.h */ | |||
42 | #define get_slb_shadow() (get_paca()->slb_shadow_ptr) | 42 | #define get_slb_shadow() (get_paca()->slb_shadow_ptr) |
43 | 43 | ||
44 | struct task_struct; | 44 | struct task_struct; |
45 | struct opal_machine_check_event; | ||
46 | 45 | ||
47 | /* | 46 | /* |
48 | * Defines the layout of the paca. | 47 | * Defines the layout of the paca. |
@@ -153,12 +152,6 @@ struct paca_struct { | |||
153 | u64 tm_scratch; /* TM scratch area for reclaim */ | 152 | u64 tm_scratch; /* TM scratch area for reclaim */ |
154 | #endif | 153 | #endif |
155 | 154 | ||
156 | #ifdef CONFIG_PPC_POWERNV | ||
157 | /* Pointer to OPAL machine check event structure set by the | ||
158 | * early exception handler for use by high level C handler | ||
159 | */ | ||
160 | struct opal_machine_check_event *opal_mc_evt; | ||
161 | #endif | ||
162 | #ifdef CONFIG_PPC_BOOK3S_64 | 155 | #ifdef CONFIG_PPC_BOOK3S_64 |
163 | /* Exclusive emergency stack pointer for machine check exception. */ | 156 | /* Exclusive emergency stack pointer for machine check exception. */ |
164 | void *mc_emergency_sp; | 157 | void *mc_emergency_sp; |