mm, x86, ptrace, bts: defer branch trace stopping
[deliverable/linux.git] / arch / x86 / include / asm / processor.h
index 34c52370f2fe848a2e7c9dcb73fdc4a3048c087f..2483807e06e7fa93c87832f8c0f243a2b3368687 100644 (file)
@@ -458,10 +458,6 @@ struct thread_struct {
 /* Debug Store context; see include/asm-x86/ds.h; goes into MSR_IA32_DS_AREA */
        struct ds_context       *ds_ctx;
 #endif /* CONFIG_X86_DS */
-#ifdef CONFIG_X86_PTRACE_BTS
-/* the signal to send on a bts buffer overflow */
-       unsigned int    bts_ovfl_signal;
-#endif /* CONFIG_X86_PTRACE_BTS */
 };
 
 static inline unsigned long native_get_debugreg(int regno)
This page took 0.026595 seconds and 5 git commands to generate.