diff options
Diffstat (limited to 'arch/x86/include/asm/uprobes.h')
| -rw-r--r-- | arch/x86/include/asm/uprobes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/include/asm/uprobes.h b/arch/x86/include/asm/uprobes.h index f3971bbcd1de..8ff8be7835ab 100644 --- a/arch/x86/include/asm/uprobes.h +++ b/arch/x86/include/asm/uprobes.h | |||
| @@ -42,10 +42,11 @@ struct arch_uprobe { | |||
| 42 | }; | 42 | }; |
| 43 | 43 | ||
| 44 | struct arch_uprobe_task { | 44 | struct arch_uprobe_task { |
| 45 | unsigned long saved_trap_nr; | ||
| 46 | #ifdef CONFIG_X86_64 | 45 | #ifdef CONFIG_X86_64 |
| 47 | unsigned long saved_scratch_register; | 46 | unsigned long saved_scratch_register; |
| 48 | #endif | 47 | #endif |
| 48 | unsigned int saved_trap_nr; | ||
| 49 | unsigned int saved_tf; | ||
| 49 | }; | 50 | }; |
| 50 | 51 | ||
| 51 | 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); |
