svn commit: r206074 - user/jmallett/octeon/sys/mips/include

Juli Mallett jmallett at FreeBSD.org
Fri Apr 2 05:43:12 UTC 2010


Author: jmallett
Date: Fri Apr  2 05:43:11 2010
New Revision: 206074
URL: http://svn.freebsd.org/changeset/base/206074

Log:
  Go back to 32-bit PTEs.

Modified:
  user/jmallett/octeon/sys/mips/include/pte.h

Modified: user/jmallett/octeon/sys/mips/include/pte.h
==============================================================================
--- user/jmallett/octeon/sys/mips/include/pte.h	Fri Apr  2 05:32:44 2010	(r206073)
+++ user/jmallett/octeon/sys/mips/include/pte.h	Fri Apr  2 05:43:11 2010	(r206074)
@@ -83,7 +83,7 @@ struct tlb {
 	int	tlb_lo1;
 };
 
-typedef unsigned long pt_entry_t;
+typedef unsigned int pt_entry_t;
 typedef pt_entry_t *pd_entry_t;
 
 #define	PDESIZE		sizeof(pd_entry_t)	/* for assembly files */


More information about the svn-src-user mailing list