aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/processor.h
diff options
context:
space:
mode:
authorGravatar Nicholas Piggin <npiggin@gmail.com> 2018-05-05 03:19:29 +1000
committerGravatar Michael Ellerman <mpe@ellerman.id.au> 2018-06-03 20:40:26 +1000
commit36d632ea831fd2fa3cb62599a465825f59076f64 (patch)
treeeb42671fef17f2f03c16fd1095d7887311ad33e6 /arch/powerpc/include/asm/processor.h
parentpowerpc/64s: micro-optimise __hard_irq_enable() for mtmsrd L=1 support (diff)
downloadlinux-36d632ea831fd2fa3cb62599a465825f59076f64.tar.gz
linux-36d632ea831fd2fa3cb62599a465825f59076f64.tar.bz2
linux-36d632ea831fd2fa3cb62599a465825f59076f64.zip
powerpc/64: remove start_tb and accum_tb from thread_struct
These fields are only written to. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/processor.h')
-rw-r--r--arch/powerpc/include/asm/processor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index c4b36a494a63..eff269adfa71 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
@@ -264,10 +264,6 @@ struct thread_struct {
struct thread_fp_state *fp_save_area;
int fpexc_mode; /* floating-point exception mode */
unsigned int align_ctl; /* alignment handling control */
-#ifdef CONFIG_PPC64
- unsigned long start_tb; /* Start purr when proc switched in */
- unsigned long accum_tb; /* Total accumulated purr for process */
-#endif
#ifdef CONFIG_HAVE_HW_BREAKPOINT
struct perf_event *ptrace_bps[HBP_NUM];
/*