Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea22c348 authored by Alistair Delva's avatar Alistair Delva
Browse files

Revert "um: irq: don't set the chip for all irqs"



This reverts commit 1987b1b8.

Reason: Broke UML used by kernel_tests

Bug: 139897923
Change-Id: If3541721fdca7cf6d77410309ae5b503b5a848d0
Signed-off-by: default avatarAlistair Delva <adelva@google.com>
parent cdecefc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -480,7 +480,7 @@ void __init init_IRQ(void)
	irq_set_chip_and_handler(TIMER_IRQ, &SIGVTALRM_irq_type, handle_edge_irq);


	for (i = 1; i < LAST_IRQ; i++)
	for (i = 1; i < NR_IRQS; i++)
		irq_set_chip_and_handler(i, &normal_irq_type, handle_edge_irq);
	/* Initialize EPOLL Loop */
	os_setup_epoll();