summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2013-06-14 00:03:43 +0000
committerneel <neel@FreeBSD.org>2013-06-14 00:03:43 +0000
commit10fa07d0e379817b036ec611dc9106a0892be16c (patch)
tree161376df25b61b6bd7b17548363ce8eb86181903 /sys/amd64/include
parent546690b392f139d563e15f3054e3f0d409705a1b (diff)
downloadFreeBSD-src-10fa07d0e379817b036ec611dc9106a0892be16c.zip
FreeBSD-src-10fa07d0e379817b036ec611dc9106a0892be16c.tar.gz
Remove unused macros PTESHIFT, PDESHIFT, PDPESHIFT and PML4ESHIFT.
Reviewed by: alc
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pmap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index 6d76ec3..dc02e49 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -157,11 +157,6 @@ typedef u_int64_t pt_entry_t;
typedef u_int64_t pdp_entry_t;
typedef u_int64_t pml4_entry_t;
-#define PML4ESHIFT (3)
-#define PDPESHIFT (3)
-#define PTESHIFT (3)
-#define PDESHIFT (3)
-
/*
* Address of current address space page table maps and directories.
*/
OpenPOWER on IntegriCloud