powerpc: Context switch the new EBB SPRs
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / powerpc / include / asm / processor.h
index 0a4cc5d..d7e67ca 100644 (file)
@@ -281,6 +281,9 @@ struct thread_struct {
 #endif
 #ifdef CONFIG_PPC_BOOK3S_64
        unsigned long   tar;
+       unsigned long   ebbrr;
+       unsigned long   ebbhr;
+       unsigned long   bescr;
 #endif
 };