From: Andrew Morton Date: Wed, 28 Jun 2006 11:26:43 +0000 (-0700) Subject: [PATCH] x86: do_IRQ(): check irq number X-Git-Tag: v2.6.18-rc1~455 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a052b68b1e7a31f1e6a721290035e9deb0f6fed9;p=pandora-kernel.git [PATCH] x86: do_IRQ(): check irq number We recently changed x86 to handle more than 256 IRQs. Add a check in do_IRQ() just to make sure that nothing went wrong with that implementation. [chrisw@sous-sol.org: do x86_64 too] Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Rusty Russell Cc: Andi Kleen Cc: Chris Wright Cc: "Protasevich, Natalie" Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed