patch-2.1.126 linux/arch/mips/jazz/int-handler.S

Next file: linux/arch/mips/jazz/reset.c
Previous file: linux/arch/mips/jazz/hw-access.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/arch/mips/jazz/int-handler.S linux/arch/mips/jazz/int-handler.S
@@ -1,4 +1,4 @@
-/* $Id: int-handler.S,v 1.6 1998/05/08 01:44:08 ralf Exp $
+/* $Id: int-handler.S,v 1.6 1998/08/28 15:55:19 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
@@ -261,7 +261,12 @@
 		li	a0,JAZZ_KEYBOARD_IRQ
 		b	loc_call
 
-loc_mouse:	PANIC("Unimplemented loc_mouse handler")
+/*
+ * Mouse interrupt handler
+ */
+loc_mouse:	li	s1,~JAZZ_IE_MOUSE
+		li	a0,JAZZ_MOUSE_IRQ
+		b	loc_call
 
 /*
  * Serial port 1 IRQ

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov