svn commit: r295043 - head/sys/arm/include

Svatopluk Kraus skra at FreeBSD.org
Fri Jan 29 16:42:04 UTC 2016


Author: skra
Date: Fri Jan 29 16:42:03 2016
New Revision: 295043
URL: https://svnweb.freebsd.org/changeset/base/295043

Log:
  Remove NPTEPG definition which is not used anywhere now after
  introduction of new pmap dump interface (r294722). And do not
  expose pt_entry_t type.

Modified:
  head/sys/arm/include/param.h

Modified: head/sys/arm/include/param.h
==============================================================================
--- head/sys/arm/include/param.h	Fri Jan 29 16:01:37 2016	(r295042)
+++ head/sys/arm/include/param.h	Fri Jan 29 16:42:03 2016	(r295043)
@@ -110,7 +110,6 @@
 #define	PAGE_SHIFT	12
 #define	PAGE_SIZE	(1 << PAGE_SHIFT)	/* Page size */
 #define	PAGE_MASK	(PAGE_SIZE - 1)
-#define	NPTEPG		(PAGE_SIZE/(sizeof (pt_entry_t)))
 
 #define PDR_SHIFT	20 /* log2(NBPDR) */
 #define NBPDR		(1 << PDR_SHIFT)


More information about the svn-src-all mailing list