PERFORCE change 134583 for review

Warner Losh imp at FreeBSD.org
Thu Jan 31 22:12:25 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134583

Change 134583 by imp at imp_lighthouse on 2008/02/01 06:11:51

	Remove ISA_MIPS64.  It breaks way too many things.  Replace it with
	ISA_MIPS32.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/conf/OCTEON_rrs#6 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/conf/OCTEON_rrs#6 (text+ko) ====

@@ -33,7 +33,7 @@
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 
-options 	ISA_MIPS64
+options 	ISA_MIPS32
 options         CPU_NOFPU
 
 options		DDB


More information about the p4-projects mailing list