Build fixes for struct pt_regs removal

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
This commit is contained in:
Matthew Wilcox
2006-10-06 20:47:23 -06:00
committed by Matthew Wilcox
parent e317c8ccaa
commit be577a5220
11 changed files with 29 additions and 28 deletions

View File

@@ -389,7 +389,7 @@ ilr_again:
int irq = dino_dev->global_irq[local_irq];
DBG(KERN_DEBUG "%s(%d, %p) mask 0x%x\n",
__FUNCTION__, irq, intr_dev, mask);
__do_IRQ(irq, regs);
__do_IRQ(irq);
mask &= ~(1 << local_irq);
} while (mask);