hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/alpha/kernel/sys_sx164.c
....@@ -22,7 +22,6 @@
2222 #include <asm/irq.h>
2323 #include <asm/mmu_context.h>
2424 #include <asm/io.h>
25
-#include <asm/pgtable.h>
2625 #include <asm/core_cia.h>
2726 #include <asm/hwrpb.h>
2827 #include <asm/tlbflush.h>
....@@ -54,7 +53,8 @@
5453 else
5554 init_pyxis_irqs(0xff00003f0000UL);
5655
57
- setup_irq(16+6, &timer_cascade_irqaction);
56
+ if (request_irq(16 + 6, no_action, 0, "timer-cascade", NULL))
57
+ pr_err("Failed to register timer-cascade interrupt\n");
5858 }
5959
6060 /*