]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/kernel/asm-offsets.c
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[~andy/linux] / arch / powerpc / kernel / asm-offsets.c
index a791229329cfa2a8bd713f6ad206122198d635ec..b51a97cfedf88ff2b7884ef19485ff081d18cf78 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));