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)
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>

No differences found