]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
lguest: fix irq vectors.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 31 Oct 2008 16:24:27 +0000 (11:24 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 31 Oct 2008 00:24:28 +0000 (11:24 +1100)
commit526e5ab200ce483dcdf146806f4936bd58daa800
treeb865e04546882a8a2daf5341160cb52048cf70dc
parentad5173ff8a387191dbacf889becb92c59aba5d59
lguest: fix irq vectors.

do_IRQ: cannot handle IRQ -1 vector 0x20 cpu 0
------------[ cut here ]------------
kernel BUG at arch/x86/kernel/irq_32.c:219!

We're not ISA: we have a 1:1 mapping from vectors to irqs.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/lguest/boot.c