|
@@ -93,9 +93,9 @@ struct paca_struct {
|
|
|
* Now, starting in cacheline 2, the exception save areas
|
|
|
*/
|
|
|
/* used for most interrupts/exceptions */
|
|
|
- u64 exgen[11] __attribute__((aligned(0x80)));
|
|
|
- u64 exmc[11]; /* used for machine checks */
|
|
|
- u64 exslb[11]; /* used for SLB/segment table misses
|
|
|
+ u64 exgen[12] __attribute__((aligned(0x80)));
|
|
|
+ u64 exmc[12]; /* used for machine checks */
|
|
|
+ u64 exslb[12]; /* used for SLB/segment table misses
|
|
|
* on the linear mapping */
|
|
|
/* SLB related definitions */
|
|
|
u16 vmalloc_sllp;
|