summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-04-11 06:37:36 +0000
committeralc <alc@FreeBSD.org>2004-04-11 06:37:36 +0000
commitb3d75fb6f43070c6674f9dff155cbd0e7a5b49be (patch)
tree867a47aa501fc4e2e9b2f7f1e889343754d511d9 /sys/ia64
parentc52b25a0e51c7b7745e4c53060d44e08a9642b76 (diff)
downloadFreeBSD-src-b3d75fb6f43070c6674f9dff155cbd0e7a5b49be.zip
FreeBSD-src-b3d75fb6f43070c6674f9dff155cbd0e7a5b49be.tar.gz
Remove a comment that refers to avail_start and avail_end as these
variables no longer exist.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/pmap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c
index 21623b0..93ce17f 100644
--- a/sys/ia64/ia64/pmap.c
+++ b/sys/ia64/ia64/pmap.c
@@ -374,9 +374,6 @@ pmap_bootstrap()
* physical memory and try to locate a region which is large
* enough to contain the VHPT (which must be a power of two in
* size and aligned to a natural boundary).
- * Don't use the difference between avail_start and avail_end
- * as a measure for memory size. The address space is often
- * enough sparse, causing us to (try to) create a huge VHPT.
*/
vhpt_size = 15;
while ((1<<vhpt_size) < Maxmem * 32)
OpenPOWER on IntegriCloud