aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/processor.h')
-rw-r--r--arch/powerpc/include/asm/processor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index 7938658c168d..42ac53cebacd 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
@@ -257,6 +257,9 @@ struct thread_struct {
257 int dscr_inherit; 257 int dscr_inherit;
258 unsigned long ppr; /* used to save/restore SMT priority */ 258 unsigned long ppr; /* used to save/restore SMT priority */
259#endif 259#endif
260#ifdef CONFIG_PPC_BOOK3S_64
261 unsigned long tar;
262#endif
260}; 263};
261 264
262#define ARCH_MIN_TASKALIGN 16 265#define ARCH_MIN_TASKALIGN 16