summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pmap.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2009-03-22 18:56:26 +0000
committeralc <alc@FreeBSD.org>2009-03-22 18:56:26 +0000
commit162399433748b4694312b18291e502d43d058288 (patch)
tree40c394081cbd0d47fa6d5c8089969581db6d8a33 /sys/i386/include/pmap.h
parent62671f061cb1873834eb322f3e7f5d2982a0c7e5 (diff)
downloadFreeBSD-src-162399433748b4694312b18291e502d43d058288.zip
FreeBSD-src-162399433748b4694312b18291e502d43d058288.tar.gz
Update stale comments. The alternate address space mapping was eliminated
when PAE support was added to i386. The direct mapping exists on amd64.
Diffstat (limited to 'sys/i386/include/pmap.h')
-rw-r--r--sys/i386/include/pmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h
index 00a3f7b..519ff6c 100644
--- a/sys/i386/include/pmap.h
+++ b/sys/i386/include/pmap.h
@@ -174,8 +174,7 @@ typedef uint32_t pt_entry_t;
#endif
/*
- * Address of current and alternate address space page table maps
- * and directories.
+ * Address of current address space page table maps and directories.
*/
#ifdef _KERNEL
extern pt_entry_t PTmap[];
OpenPOWER on IntegriCloud