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 fab7ff877304..bdab3b74eb98 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
@@ -329,6 +329,7 @@ struct thread_struct {
329 */ 329 */
330 int dscr_inherit; 330 int dscr_inherit;
331 unsigned long ppr; /* used to save/restore SMT priority */ 331 unsigned long ppr; /* used to save/restore SMT priority */
332 unsigned long tidr;
332#endif 333#endif
333#ifdef CONFIG_PPC_BOOK3S_64 334#ifdef CONFIG_PPC_BOOK3S_64
334 unsigned long tar; 335 unsigned long tar;
@@ -340,7 +341,9 @@ struct thread_struct {
340 unsigned long sier; 341 unsigned long sier;
341 unsigned long mmcr2; 342 unsigned long mmcr2;
342 unsigned mmcr0; 343 unsigned mmcr0;
344
343 unsigned used_ebb; 345 unsigned used_ebb;
346 unsigned int used_vas;
344#endif 347#endif
345}; 348};
346 349