commit | 1028375e93a7aa4dbe466947d1c65f368b1f61c1 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:26:59 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:27:00 2009 +0930 |
tree | 33199b0bb9c79fded3159b880d8ad9e0e6bcb28c | |
parent | 56739c802ca845435f60e909104637880e14c769 [diff] |
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>