aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2021-03-24 13:55:22 +0000
committerMark Johnston <markj@FreeBSD.org>2021-03-24 13:57:31 +0000
commit7ae2e703366e5ac56373509ececae53ecaa5bc59 (patch)
treeae5a36135fc15d5999f519321b90a36815b68501 /sys/amd64/include
parent874b1a35486b570513680c3d456b062ba097e1d9 (diff)
downloadsrc-7ae2e703366e5ac56373509ececae53ecaa5bc59.tar.gz
src-7ae2e703366e5ac56373509ececae53ecaa5bc59.zip
amd64: Make KPDPphys local to pmap.c
MFC after: 1 week Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index ef69ba9b6f9f..8ba654cb2e7c 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -303,7 +303,6 @@ typedef u_int64_t pml5_entry_t;
#define P5Dmap ((pd_entry_t *)(addr_P5Dmap))
extern int nkpt; /* Initial number of kernel page tables */
-extern u_int64_t KPDPphys; /* physical address of kernel level 3 */
extern u_int64_t KPML4phys; /* physical address of kernel level 4 */
extern u_int64_t KPML5phys; /* physical address of kernel level 5 */