|
@@ -186,12 +186,12 @@ int main(void)
|
|
|
DEFINE(PACASOFTIRQEN, offsetof(struct paca_struct, soft_enabled));
|
|
|
DEFINE(PACAIRQHAPPENED, offsetof(struct paca_struct, irq_happened));
|
|
|
#ifdef CONFIG_PPC_BOOK3S
|
|
|
- DEFINE(PACACONTEXTID, offsetof(struct paca_struct, context.id));
|
|
|
+ DEFINE(PACACONTEXTID, offsetof(struct paca_struct, mm_ctx_id));
|
|
|
#ifdef CONFIG_PPC_MM_SLICES
|
|
|
DEFINE(PACALOWSLICESPSIZE, offsetof(struct paca_struct,
|
|
|
- context.low_slices_psize));
|
|
|
+ mm_ctx_low_slices_psize));
|
|
|
DEFINE(PACAHIGHSLICEPSIZE, offsetof(struct paca_struct,
|
|
|
- context.high_slices_psize));
|
|
|
+ mm_ctx_high_slices_psize));
|
|
|
DEFINE(MMUPSIZEDEFSIZE, sizeof(struct mmu_psize_def));
|
|
|
#endif /* CONFIG_PPC_MM_SLICES */
|
|
|
#endif
|
|
@@ -224,7 +224,7 @@ int main(void)
|
|
|
#ifdef CONFIG_PPC_MM_SLICES
|
|
|
DEFINE(MMUPSIZESLLP, offsetof(struct mmu_psize_def, sllp));
|
|
|
#else
|
|
|
- DEFINE(PACACONTEXTSLLP, offsetof(struct paca_struct, context.sllp));
|
|
|
+ DEFINE(PACACONTEXTSLLP, offsetof(struct paca_struct, mm_ctx_sllp));
|
|
|
#endif /* CONFIG_PPC_MM_SLICES */
|
|
|
DEFINE(PACA_EXGEN, offsetof(struct paca_struct, exgen));
|
|
|
DEFINE(PACA_EXMC, offsetof(struct paca_struct, exmc));
|