Update of /cvsroot/linux-mips/linux/arch/mips/vr4131/common
In directory usw-pr-cvs1:/tmp/cvs-serv5595
Modified Files:
Makefile
Removed Files:
irq.c
Log Message:
Nuke old interrupt handling code. Use the vr4122's instead.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/vr4131/common/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 18 Jan 2002 21:22:22 -0000 1.1
+++ Makefile 5 Mar 2002 18:06:55 -0000 1.2
@@ -13,6 +13,6 @@
O_TARGET := vr4131.o
-obj-y := irq.o
+obj-y :=
include $(TOPDIR)/Rules.make
--- irq.c DELETED ---
|