diff options
Diffstat (limited to 'include/asm-x86/kprobes_64.h')
-rw-r--r-- | include/asm-x86/kprobes_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/kprobes_64.h b/include/asm-x86/kprobes_64.h index 743d76218fc9..8c919d35cdd3 100644 --- a/include/asm-x86/kprobes_64.h +++ b/include/asm-x86/kprobes_64.h | |||
@@ -77,7 +77,7 @@ struct kprobe_ctlblk { | |||
77 | */ | 77 | */ |
78 | static inline void restore_interrupts(struct pt_regs *regs) | 78 | static inline void restore_interrupts(struct pt_regs *regs) |
79 | { | 79 | { |
80 | if (regs->eflags & IF_MASK) | 80 | if (regs->flags & IF_MASK) |
81 | local_irq_enable(); | 81 | local_irq_enable(); |
82 | } | 82 | } |
83 | 83 | ||