diff options
Diffstat (limited to 'arch/x86/include/asm/uprobes.h')
-rw-r--r-- | arch/x86/include/asm/uprobes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/include/asm/uprobes.h b/arch/x86/include/asm/uprobes.h index cee58624cb30..d561ff5a3d4d 100644 --- a/arch/x86/include/asm/uprobes.h +++ b/arch/x86/include/asm/uprobes.h | |||
@@ -46,8 +46,7 @@ struct arch_uprobe_task { | |||
46 | #ifdef CONFIG_X86_64 | 46 | #ifdef CONFIG_X86_64 |
47 | unsigned long saved_scratch_register; | 47 | unsigned long saved_scratch_register; |
48 | #endif | 48 | #endif |
49 | #define UPROBE_CLEAR_TF (1 << 0) | 49 | unsigned int saved_tf; |
50 | unsigned int restore_flags; | ||
51 | }; | 50 | }; |
52 | 51 | ||
53 | extern int arch_uprobe_analyze_insn(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long addr); | 52 | extern int arch_uprobe_analyze_insn(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long addr); |