mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 14:43:17 +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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue