Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 14:40:30 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1187301 for review
Message-ID:  <201310231440.r9NEeU6L025891@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1187301?ac=10

Change 1187301 by brooks@brooks_zenith on 2013/10/23 14:40:10

	Loop back the initial commit of 221534 to HEAD.  Correct its
	implementation for mips32.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/include/pte.h#5 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/include/pte.h#5 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: head/sys/mips/include/pte.h 239964 2012-09-01 03:46:28Z alc $
+ * $FreeBSD: head/sys/mips/include/pte.h 256934 2013-10-22 21:06:27Z brooks $
  */
 
 #ifndef	_MACHINE_PTE_H_
@@ -79,6 +79,7 @@
 #define	TLBLO_PFN_MASK		0x3FFFFFFC0ULL
 #else
 #define	TLBLO_SWBITS_SHIFT	(29)
+#define	TLBLO_SWBITS_CLEAR_SHIFT	(3)
 #define	TLBLO_PFN_MASK		(0x1FFFFFC0)
 #endif
 #define	TLBLO_PFN_SHIFT		(6)



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