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.
This commit is contained in:
Svatopluk Kraus 2016-01-29 16:42:03 +00:00
parent 480f7464c1
commit 1fc390d1a1

View File

@ -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)