summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-02-25 19:40:21 +0000
committerjake <jake@FreeBSD.org>2003-02-25 19:40:21 +0000
commit8c5e3715d7fff30d27244c555ffdff7d92119b59 (patch)
treea51d3b19105b1e94538df03e3d43a52117a13822 /sys/amd64/include
parentd9d1f684128d7f9bb7c2c68e7c26af4148d0bab2 (diff)
downloadFreeBSD-src-8c5e3715d7fff30d27244c555ffdff7d92119b59.zip
FreeBSD-src-8c5e3715d7fff30d27244c555ffdff7d92119b59.tar.gz
- Added inlines pmap_is_current, pmap_is_alternate and pmap_set_alternate
for testing and setting the current and alternate address spaces. - Changed PTDpde and APTDpde to arrays to support multiple page directory pages. ponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index 0c667ad..e199eed 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -147,7 +147,7 @@ typedef u_int32_t pt_entry_t;
#ifdef _KERNEL
extern pt_entry_t PTmap[], APTmap[];
extern pd_entry_t PTD[], APTD[];
-extern pd_entry_t PTDpde, APTDpde;
+extern pd_entry_t PTDpde[], APTDpde[];
extern pd_entry_t *IdlePTD; /* physical address of "Idle" state directory */
#endif
OpenPOWER on IntegriCloud