PERFORCE change 1187301 for review

Brooks Davis brooks at FreeBSD.org
Wed Oct 23 14:40:30 UTC 2013


http://p4web.freebsd.org/@@1187301?ac=10

Change 1187301 by brooks at 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)


More information about the p4-projects mailing list