diff options
Diffstat (limited to 'arch/x86/lguest')
-rw-r--r-- | arch/x86/lguest/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c index 33a93b417396..ef4205c1a7a5 100644 --- a/arch/x86/lguest/boot.c +++ b/arch/x86/lguest/boot.c | |||
@@ -637,7 +637,7 @@ static void __init lguest_init_IRQ(void) | |||
637 | 637 | ||
638 | void lguest_setup_irq(unsigned int irq) | 638 | void lguest_setup_irq(unsigned int irq) |
639 | { | 639 | { |
640 | irq_to_desc_alloc_cpu(irq, 0); | 640 | irq_to_desc_alloc_node(irq, 0); |
641 | set_irq_chip_and_handler_name(irq, &lguest_irq_controller, | 641 | set_irq_chip_and_handler_name(irq, &lguest_irq_controller, |
642 | handle_level_irq, "level"); | 642 | handle_level_irq, "level"); |
643 | } | 643 | } |