提交 24dead8a 编写于 作者: A Alexander Nyberg 提交者: Linus Torvalds

[PATCH] Remove unnecessary BUG_ON in irq.c

Signed-off-by: NAndi Kleen <ak@suse.de>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 f297e4e5
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册