patch-2.4.22 linux-2.4.22/arch/mips/jazz/int-handler.S
Next file: linux-2.4.22/arch/mips/jazz/irq.c
Previous file: linux-2.4.22/arch/mips/jazz/floppy-jazz.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/jazz/int-handler.S
- Orig date:
2000-05-13 08:29:14.000000000 -0700
diff -urN linux-2.4.21/arch/mips/jazz/int-handler.S linux-2.4.22/arch/mips/jazz/int-handler.S
@@ -1,5 +1,4 @@
-/* $Id: int-handler.S,v 1.14 1999/05/01 22:40:34 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.
@@ -251,14 +250,14 @@
nor s1,zero,s1
jal do_IRQ
-
+
/*
* Reenable interrupt
*/
lhu t2,JAZZ_IO_IRQ_ENABLE
or t2,s1
sh t2,JAZZ_IO_IRQ_ENABLE
-
+
j ret_from_irq
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)