RISC-V: SMP cleanup and new features
[sfrench/cifs-2.6.git] / arch / riscv / kernel / entry.S
index 59c02e2bf739dcff80f2d0e94e7837a69a965fd9..13d4826ab2a1d3610504bbf30ff6625507244ad2 100644 (file)
@@ -168,7 +168,6 @@ ENTRY(handle_exception)
 
        /* Handle interrupts */
        move a0, sp /* pt_regs */
-       move a1, s4 /* scause */
        tail do_IRQ
 1:
        /* Exceptions run with interrupts enabled */