Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2006 11:34:26 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 101091 for review
Message-ID:  <200607091134.k69BYQqF091188@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101091

Change 101091 by wkoszek@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607091134.k69BYQqF091188>