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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index 21e0b52685b5..e0fecbcea2a2 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
@@ -225,6 +225,7 @@ struct thread_struct {
225#ifdef CONFIG_PPC64 225#ifdef CONFIG_PPC64
226 unsigned long start_tb; /* Start purr when proc switched in */ 226 unsigned long start_tb; /* Start purr when proc switched in */
227 unsigned long accum_tb; /* Total accumulated purr for process */ 227 unsigned long accum_tb; /* Total accumulated purr for process */
228#endif
228#ifdef CONFIG_HAVE_HW_BREAKPOINT 229#ifdef CONFIG_HAVE_HW_BREAKPOINT
229 struct perf_event *ptrace_bps[HBP_NUM]; 230 struct perf_event *ptrace_bps[HBP_NUM];
230 /* 231 /*
@@ -233,7 +234,6 @@ struct thread_struct {
233 */ 234 */
234 struct perf_event *last_hit_ubp; 235 struct perf_event *last_hit_ubp;
235#endif /* CONFIG_HAVE_HW_BREAKPOINT */ 236#endif /* CONFIG_HAVE_HW_BREAKPOINT */
236#endif
237 struct arch_hw_breakpoint hw_brk; /* info on the hardware breakpoint */ 237 struct arch_hw_breakpoint hw_brk; /* info on the hardware breakpoint */
238 unsigned long trap_nr; /* last trap # on this thread */ 238 unsigned long trap_nr; /* last trap # on this thread */
239 u8 load_fp; 239 u8 load_fp;