PERFORCE change 101091 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Sun Jul 9 11:34:27 UTC 2006


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

Change 101091 by wkoszek at wkoszek_laptop on 2006/07/09 11:34:04

	We don't have 64bit on MIPS32.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/locore.S#6 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/locore.S#6 (text+ko) ====

@@ -58,7 +58,11 @@
  * XXXMIPS: look at this. I think "Kernel mode is 64-bit" == MIPS_SR_KX, so
  * it's probably worth to remove it soon.
  */
+ #if 0
 	li	t1, MIPS_SR_KX | MIPS_SR_COP_1_BIT
+#endif
+	li	t1, MIPS_SR_COP_1_BIT
+
 
 	/*
 	 * Read coprocessor 0 status register, clear bits not


More information about the p4-projects mailing list