diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-22 23:27:12 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-22 23:27:12 +0000 |
commit | 6dd778f9528c1acc17dbfca685f51bd5c3750d45 (patch) | |
tree | 45c8be9edc454b787dd06d3d4aee79dccea0a979 /arch/mips/sgi/kernel/indyIRQ.S | |
parent | f1382dc4850bb459d24a81c6cb0ef93ea7bd4a79 (diff) |
o Fix handling of interrupted syscalls.
o Just count missed heartbeats on Indys but don't print a messages. This
was a bug by itself.
o Fix a crash in exit_mmap().
o Fix scanmem().
o Fix clear_active_bh(), a ~ was missing causing weak performance.
o Remove experimental cache instructions from stackframe.h. It wasn't
improving performance as I was hoping.
o Shrink the size of the exception handler routines in uaccess.h.
o Cleanup, remove dead code in various files.
Diffstat (limited to 'arch/mips/sgi/kernel/indyIRQ.S')
-rw-r--r-- | arch/mips/sgi/kernel/indyIRQ.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/sgi/kernel/indyIRQ.S b/arch/mips/sgi/kernel/indyIRQ.S index 3820a172d..d6b72dfcb 100644 --- a/arch/mips/sgi/kernel/indyIRQ.S +++ b/arch/mips/sgi/kernel/indyIRQ.S @@ -1,4 +1,4 @@ -/* $Id: indyIRQ.S,v 1.2 1997/09/20 19:20:14 root Exp $ +/* $Id: indyIRQ.S,v 1.2 1997/12/01 17:57:37 ralf Exp $ * indyIRQ.S: Interrupt exception dispatch code for FullHouse and * Guiness. * @@ -68,7 +68,6 @@ /* Wheee, a timer interrupt. */ move a0, sp - addiu t0, s7, 1 jal indy_timer_interrupt nop # delay slot @@ -117,7 +116,6 @@ */ andi a0, s0, (CAUSEF_IP4 | CAUSEF_IP5) beq a0, zero, 1f - addiu t0, s7, 1 /* Must be one of the 8254 timers... */ move a0, sp |