Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[platform/upstream/kernel-adaptation-pc.git] / arch / powerpc / kernel / asm-offsets.c
index a791229..b51a97c 100644 (file)
@@ -124,6 +124,9 @@ int main(void)
 
 #ifdef CONFIG_PPC_BOOK3S_64
        DEFINE(THREAD_TAR, offsetof(struct thread_struct, tar));
+       DEFINE(THREAD_BESCR, offsetof(struct thread_struct, bescr));
+       DEFINE(THREAD_EBBHR, offsetof(struct thread_struct, ebbhr));
+       DEFINE(THREAD_EBBRR, offsetof(struct thread_struct, ebbrr));
 #endif
 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
        DEFINE(PACATMSCRATCH, offsetof(struct paca_struct, tm_scratch));