[PATCH] Remove unnecessary BUG_ON in irq.c
Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f297e4e5e4
commit
24dead8ac9
@@ -99,7 +99,6 @@ asmlinkage unsigned int do_IRQ(struct pt_regs *regs)
|
|||||||
unsigned irq = regs->orig_rax & 0xff;
|
unsigned irq = regs->orig_rax & 0xff;
|
||||||
|
|
||||||
irq_enter();
|
irq_enter();
|
||||||
BUG_ON(irq > 256);
|
|
||||||
|
|
||||||
__do_IRQ(irq, regs);
|
__do_IRQ(irq, regs);
|
||||||
irq_exit();
|
irq_exit();
|
||||||
|
Reference in New Issue
Block a user