|
@@ -185,6 +185,7 @@ int main(void)
|
|
|
#ifdef CONFIG_PPC_MM_SLICES
|
|
|
OFFSET(PACALOWSLICESPSIZE, paca_struct, mm_ctx_low_slices_psize);
|
|
|
OFFSET(PACAHIGHSLICEPSIZE, paca_struct, mm_ctx_high_slices_psize);
|
|
|
+ DEFINE(PACA_ADDR_LIMIT, offsetof(struct paca_struct, addr_limit));
|
|
|
DEFINE(MMUPSIZEDEFSIZE, sizeof(struct mmu_psize_def));
|
|
|
#endif /* CONFIG_PPC_MM_SLICES */
|
|
|
#endif
|