diff options
| -rw-r--r-- | arch/um/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/irq.c b/arch/um/kernel/irq.c index f4874b7ec503..598d7b3d9355 100644 --- a/arch/um/kernel/irq.c +++ b/arch/um/kernel/irq.c | |||
| @@ -479,7 +479,7 @@ void __init init_IRQ(void) | |||
| 479 | irq_set_chip_and_handler(TIMER_IRQ, &SIGVTALRM_irq_type, handle_edge_irq); | 479 | irq_set_chip_and_handler(TIMER_IRQ, &SIGVTALRM_irq_type, handle_edge_irq); |
| 480 | 480 | ||
| 481 | 481 | ||
| 482 | for (i = 1; i < NR_IRQS; i++) | 482 | for (i = 1; i < LAST_IRQ; i++) |
| 483 | irq_set_chip_and_handler(i, &normal_irq_type, handle_edge_irq); | 483 | irq_set_chip_and_handler(i, &normal_irq_type, handle_edge_irq); |
| 484 | /* Initialize EPOLL Loop */ | 484 | /* Initialize EPOLL Loop */ |
| 485 | os_setup_epoll(); | 485 | os_setup_epoll(); |
