1
0
Fork 0

[PATCH] Remove unnecessary BUG_ON in irq.c

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
hifive-unleashed-5.1
Alexander Nyberg 2005-09-12 18:49:24 +02:00 committed by Linus Torvalds
parent f297e4e5e4
commit 24dead8ac9
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ asmlinkage unsigned int do_IRQ(struct pt_regs *regs)
unsigned irq = regs->orig_rax & 0xff;
irq_enter();
BUG_ON(irq > 256);
__do_IRQ(irq, regs);
irq_exit();