diff options
Diffstat (limited to 'arch/powerpc/include/asm/paca.h')
-rw-r--r-- | arch/powerpc/include/asm/paca.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/paca.h b/arch/powerpc/include/asm/paca.h index 948f01a04cc3..8e956a0b6e85 100644 --- a/arch/powerpc/include/asm/paca.h +++ b/arch/powerpc/include/asm/paca.h | |||
@@ -116,8 +116,11 @@ struct paca_struct { | |||
116 | /* Shared by all threads of a core -- points to tcd of first thread */ | 116 | /* Shared by all threads of a core -- points to tcd of first thread */ |
117 | struct tlb_core_data *tcd_ptr; | 117 | struct tlb_core_data *tcd_ptr; |
118 | 118 | ||
119 | /* We can have up to 3 levels of reentrancy in the TLB miss handler */ | 119 | /* |
120 | u64 extlb[3][EX_TLB_SIZE / sizeof(u64)]; | 120 | * We can have up to 3 levels of reentrancy in the TLB miss handler, |
121 | * in each of four exception levels (normal, crit, mcheck, debug). | ||
122 | */ | ||
123 | u64 extlb[12][EX_TLB_SIZE / sizeof(u64)]; | ||
121 | u64 exmc[8]; /* used for machine checks */ | 124 | u64 exmc[8]; /* used for machine checks */ |
122 | u64 excrit[8]; /* used for crit interrupts */ | 125 | u64 excrit[8]; /* used for crit interrupts */ |
123 | u64 exdbg[8]; /* used for debug interrupts */ | 126 | u64 exdbg[8]; /* used for debug interrupts */ |