commit | 526e5ab200ce483dcdf146806f4936bd58daa800 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Oct 31 11:24:27 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Oct 31 11:24:28 2008 +1100 |
tree | b865e04546882a8a2daf5341160cb52048cf70dc | |
parent | ad5173ff8a387191dbacf889becb92c59aba5d59 [diff] |
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>