mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Remove a comment that refers to avail_start and avail_end as these
variables no longer exist.
This commit is contained in:
parent
a545630488
commit
4e67150a95
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128105
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user