Build fixes for struct pt_regs removal
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
This commit is contained in:
committed by
Matthew Wilcox
parent
e317c8ccaa
commit
be577a5220
@@ -234,7 +234,7 @@ static irqreturn_t eisa_irq(int wax_irq, void *intr_dev)
|
||||
}
|
||||
spin_unlock_irqrestore(&eisa_irq_lock, flags);
|
||||
|
||||
__do_IRQ(irq, regs);
|
||||
__do_IRQ(irq);
|
||||
|
||||
spin_lock_irqsave(&eisa_irq_lock, flags);
|
||||
/* unmask */
|
||||
|
Reference in New Issue
Block a user