Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Apr 2010 05:43:11 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r206074 - user/jmallett/octeon/sys/mips/include
Message-ID:  <201004020543.o325hBg6063815@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



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