summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pmap.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2011-03-26 06:21:05 +0000
committeralc <alc@FreeBSD.org>2011-03-26 06:21:05 +0000
commitec0c37c355450be8ee331d328bf0208bffc87652 (patch)
tree94027dbbe51ff74dc50775ddd42d03d9eb73b93d /sys/amd64/include/pmap.h
parent4eab0bcd9d53bb5c86710b319487ea4842ac1fd7 (diff)
downloadFreeBSD-src-ec0c37c355450be8ee331d328bf0208bffc87652.zip
FreeBSD-src-ec0c37c355450be8ee331d328bf0208bffc87652.tar.gz
Move an external declaration to the appropriate header file.
Diffstat (limited to 'sys/amd64/include/pmap.h')
-rw-r--r--sys/amd64/include/pmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index e4bd829..5793d14 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -180,6 +180,7 @@ typedef u_int64_t pml4_entry_t;
#define PML4map ((pd_entry_t *)(addr_PML4map))
#define PML4pml4e ((pd_entry_t *)(addr_PML4pml4e))
+extern u_int64_t KPDPphys; /* physical address of kernel level 3 */
extern u_int64_t KPML4phys; /* physical address of kernel level 4 */
/*
OpenPOWER on IntegriCloud