]> git.baikalelectronics.ru Git - kernel.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)
commitf20f0b887c7b57e3ee8b79723a1ab38f681c7f66
treeb865e04546882a8a2daf5341160cb52048cf70dc
parent8d01e5f4843b84482e3bd3e946be2b4483cf76e1
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