summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1997-07-29 21:56:05 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1997-07-29 21:56:05 +0000
commit5c7d64ad04066bd3bebf092afbf0e0eb2f89557a (patch)
treea05d6dd076369b3a54e8f309c00ab379af5ed458 /arch
parent90ab26a7cf4c3736e9ac0fb5c23e0536322ccbd9 (diff)
fixed bug with scsi interrupt introduced by merging of changes
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/jazz/int-handler.S4
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