Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv20317/arch/mips
Modified Files:
Makefile config.in
Log Message:
Woohoo! Finally get rid of the ugly old irq code. How smooth ...
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile 2001/09/22 16:35:15 1.17
+++ Makefile 2001/09/29 00:42:25 1.18
@@ -214,7 +214,7 @@
SUBDIRS += arch/mips/vr4181/common arch/mips/vr4181/osprey
LIBS += arch/mips/vr4181/common/vr4181.o \
arch/mips/vr4181/osprey/osprey.o
-LOADADDR += 0x80014000
+LOADADDR += 0x80002000
endif
#
@@ -233,7 +233,7 @@
ifdef CONFIG_NEC_KORVA
SUBDIRS += arch/mips/korva
LIBS += arch/mips/korva/korva.a
-LOADADDR += 0x80014000
+LOADADDR += 0x80002000
endif
#
Index: config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- config.in 2001/09/28 16:21:12 1.26
+++ config.in 2001/09/29 00:42:25 1.27
@@ -184,9 +184,10 @@
if [ "$CONFIG_NEC_OSPREY" = "y" ]; then
define_bool CONFIG_CPU_VR41XX y
define_bool CONFIG_VR4181 y
- define_bool CONFIG_ISA y
define_bool CONFIG_SERIAL y
define_bool CONFIG_SERIAL_MANY_PORTS y
+ define_bool CONFIG_NEW_IRQ y
+ define_bool CONFIG_IRQ_CPU y
define_bool CONFIG_DUMMY_KEYB y
define_bool CONFIG_SCSI n
fi
|