patch-2.1.115 linux/arch/mips/jazz/int-handler.S
Next file: linux/arch/mips/jazz/setup.c
Previous file: linux/arch/mips/jazz/hw-access.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Tue Aug 4 16:06:57 1998
- Orig file:
v2.1.114/linux/arch/mips/jazz/int-handler.S
- Orig date:
Fri May 8 23:14:43 1998
diff -u --recursive --new-file v2.1.114/linux/arch/mips/jazz/int-handler.S linux/arch/mips/jazz/int-handler.S
@@ -1,16 +1,17 @@
-/*
- * arch/mips/jazz/pica.S
+/* $Id: int-handler.S,v 1.6 1998/05/08 01:44:08 ralf 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
+ * for more details.
*
- * Copyright (C) 1995, 1996 by Ralf Baechle and Andreas Busse
+ * Copyright (C) 1995, 1996, 1997, 1998 by Ralf Baechle and Andreas Busse
*
- * Jazz family specific stuff
+ * Jazz family specific interrupt stuff
*
* To do: On Jazz machines we remap some non-ISA interrupts to ISA
* interrupts. These interrupts should use their own vectors.
* Squeeze the last cycles out of the handlers. Only a dead
* cycle is a good cycle.
- *
- * $Id: int-handler.S,v 1.5 1998/05/01 01:33:37 ralf Exp $
*/
#include <asm/asm.h>
#include <asm/mipsconfig.h>
@@ -27,7 +28,6 @@
NESTED(jazz_handle_int, PT_SIZE, ra)
.set noat
SAVE_ALL
- REG_S sp,PT_OR2(sp)
CLI
.set at
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov