x86: rename the struct pt_regs members for 32/64-bit consistency
[deliverable/linux.git] / include / asm-x86 / kprobes_32.h
index 9fe8f3bddfd563fc7e70cabd9e495411d241f349..2f38315bc39f95483648a0cf628317c43e83d6f3 100644 (file)
@@ -84,7 +84,7 @@ struct kprobe_ctlblk {
  */
 static inline void restore_interrupts(struct pt_regs *regs)
 {
-       if (regs->eflags & IF_MASK)
+       if (regs->flags & IF_MASK)
                local_irq_enable();
 }
 
This page took 0.023634 seconds and 5 git commands to generate.