mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-18 12:46:50 +00:00
parisc: dino: Utilize DINO_MASK_IRQ() macro
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
e98bc5ee97
commit
35d8be9c56
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ ilr_again:
|
||||||
DBG(KERN_DEBUG "%s(%d, %p) mask 0x%x\n",
|
DBG(KERN_DEBUG "%s(%d, %p) mask 0x%x\n",
|
||||||
__func__, irq, intr_dev, mask);
|
__func__, irq, intr_dev, mask);
|
||||||
generic_handle_irq(irq);
|
generic_handle_irq(irq);
|
||||||
mask &= ~(1 << local_irq);
|
mask &= ~DINO_MASK_IRQ(local_irq);
|
||||||
} while (mask);
|
} while (mask);
|
||||||
|
|
||||||
/* Support for level triggered IRQ lines.
|
/* Support for level triggered IRQ lines.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue