aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/kprobes_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/kprobes_32.h')
-rw-r--r--include/asm-x86/kprobes_32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/kprobes_32.h b/include/asm-x86/kprobes_32.h
index 9fe8f3bddfd5..2f38315bc39f 100644
--- a/include/asm-x86/kprobes_32.h
+++ b/include/asm-x86/kprobes_32.h
@@ -84,7 +84,7 @@ struct kprobe_ctlblk {
84 */ 84 */
85static inline void restore_interrupts(struct pt_regs *regs) 85static inline void restore_interrupts(struct pt_regs *regs)
86{ 86{
87 if (regs->eflags & IF_MASK) 87 if (regs->flags & IF_MASK)
88 local_irq_enable(); 88 local_irq_enable();
89} 89}
90 90