Skip to content

Commit

Permalink
[PATCH] Remove unnecessary BUG_ON in irq.c
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Alexander Nyberg authored and Linus Torvalds committed Sep 12, 2005
1 parent f297e4e commit 24dead8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86_64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 24dead8

Please sign in to comment.