[POWERPC] Save trap number in bad_stack
[deliverable/linux.git] / arch / powerpc / kernel / asm-offsets.c
index 9735e828b52d8c60a5e09853a50bc9c7e905f13f..0c5150c69175c014f065214d4440ce0b58ff0b59 100644 (file)
@@ -139,6 +139,7 @@ int main(void)
        DEFINE(PACA_SYSTEM_TIME, offsetof(struct paca_struct, system_time));
        DEFINE(PACA_SLBSHADOWPTR, offsetof(struct paca_struct, slb_shadow_ptr));
        DEFINE(PACA_DATA_OFFSET, offsetof(struct paca_struct, data_offset));
+       DEFINE(PACA_TRAP_SAVE, offsetof(struct paca_struct, trap_save));
 
        DEFINE(SLBSHADOW_STACKVSID,
               offsetof(struct slb_shadow, save_area[SLB_NUM_BOLTED - 1].vsid));
This page took 0.028984 seconds and 5 git commands to generate.