summaryrefslogtreecommitdiffstats
path: root/arch/mips/jazz
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-10-18 13:18:58 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-10-18 13:18:58 +0000
commit433eebf516e967fc615a638dd6236345d35b9b3a (patch)
tree992315e2c7e8e1b0737a4bc1c924d9d4fbacd17c /arch/mips/jazz
parent6279071abcde94145c118d5a0d8aa0e4e984f269 (diff)
made timer irq remappable
Diffstat (limited to 'arch/mips/jazz')
-rw-r--r--arch/mips/jazz/int-handler.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/jazz/int-handler.S b/arch/mips/jazz/int-handler.S
index 100e8fe58..c85992223 100644
--- a/arch/mips/jazz/int-handler.S
+++ b/arch/mips/jazz/int-handler.S
@@ -1,4 +1,4 @@
-/* $Id: int-handler.S,v 1.11 1998/08/26 21:39:03 tsbogend Exp $
+/* $Id: int-handler.S,v 1.11 1998/08/26 21:45:46 tsbogend Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -163,7 +163,7 @@ ll_isa_nmi: li s1,~IE_IRQ3
ll_timer: lw zero,JAZZ_TIMER_REGISTER # timer irq cleared on read
li s1,~IE_IRQ4
- li a0,0
+ li a0, JAZZ_TIMER_IRQ
jal do_IRQ
move a1,sp
@@ -228,14 +228,14 @@ loc_parallel: li s1,~JAZZ_IE_PARALLEL
b loc_call
/*
- * Floppy IRQ, remapped to level 6
+ * Floppy IRQ
*/
loc_floppy: li s1,~JAZZ_IE_FLOPPY
li a0,JAZZ_FLOPPY_IRQ
b loc_call
/*
- * Sound? What sound hardware (whistle) ???
+ * Sound IRQ
*/
loc_sound: PANIC("Unimplemented loc_sound handler")
loc_video: PANIC("Unimplemented loc_video handler")