lguest: clean up lguest_init_IRQ
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 13 Jun 2009 04:26:59 +0000 (22:26 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 12 Jun 2009 12:57:00 +0000 (22:27 +0930)
commit1028375e93a7aa4dbe466947d1c65f368b1f61c1
tree33199b0bb9c79fded3159b880d8ad9e0e6bcb28c
parent56739c802ca845435f60e909104637880e14c769
lguest: clean up lguest_init_IRQ

Copy from arch/x86/kernel/irqinit_32.c: we don't use the vectors beyond
LGUEST_IRQS (if any), but we might as well set them all.

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