mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 21:01:29 +00:00
[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:
parent
f297e4e5e4
commit
24dead8ac9
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user