diff options
-rw-r--r-- | arch/mips/jazz/int-handler.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/jazz/int-handler.S b/arch/mips/jazz/int-handler.S index 1df2a22ee..7d8fc5659 100644 --- a/arch/mips/jazz/int-handler.S +++ b/arch/mips/jazz/int-handler.S @@ -282,9 +282,9 @@ loc_ethernet: li s1,~JAZZ_IE_ETHERNET * SCSI interrupt handler */ loc_scsi: li s1,~JAZZ_IE_SCSI - li a0,12 # JAZZ_SCSI_IRQ */ + li a0,JAZZ_SCSI_IRQ b loc_call - li t3,PTRSIZE*12 # JAZZ_ETHERNET_IRQ # delay slot + li t3,PTRSIZE*JAZZ_SCSI_IRQ # delay slot /* * Keyboard interrupt handler |