Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip32
In directory usw-pr-cvs1:/tmp/cvs-serv23204/arch/mips64/sgi-ip32
Modified Files:
ip32-setup.c
Log Message:
Most of it was a collection of fixes and cleanups for mips64 and SMP stuff
Index: ip32-setup.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip32/ip32-setup.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ip32-setup.c 2 Jan 2002 19:12:18 -0000 1.6
+++ ip32-setup.c 26 Feb 2002 17:34:15 -0000 1.7
@@ -68,7 +68,6 @@
#ifdef CONFIG_SERIAL_CONSOLE
char *ctype;
#endif
- current_cpu_data.asid_cache = ASID_FIRST_VERSION;
TLBMISS_HANDLER_SETUP ();
mips_io_port_base = UNCACHEDADDR(MACEPCI_HI_IO);;
|