powerpc: Add transactional memory paca scratch register to show_regs
[deliverable/linux.git] / arch / powerpc / kernel / asm-offsets.c
index 0fdc97496d7cd87ee4c4d7755687e7bc67a806e7..781190367292514e9d1fd39fdda0ab62fea54a3b 100644 (file)
@@ -126,6 +126,7 @@ int main(void)
        DEFINE(THREAD_TAR, offsetof(struct thread_struct, tar));
 #endif
 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
+       DEFINE(PACATMSCRATCH, offsetof(struct paca_struct, tm_scratch));
        DEFINE(THREAD_TM_TFHAR, offsetof(struct thread_struct, tm_tfhar));
        DEFINE(THREAD_TM_TEXASR, offsetof(struct thread_struct, tm_texasr));
        DEFINE(THREAD_TM_TFIAR, offsetof(struct thread_struct, tm_tfiar));
This page took 0.025186 seconds and 5 git commands to generate.