mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Fix spelling.
This commit is contained in:
parent
8bf0e8324d
commit
568a940b99
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92552
@ -473,7 +473,7 @@ pmap_bootstrap()
|
||||
* the pv allocator. We need to have enough to cover mapping
|
||||
* the kmem_alloc region used to allocate the initial_pvs in
|
||||
* pmap_init. In general, the size of this region is
|
||||
* appoximately (# physical pages) * (size of pv entry).
|
||||
* approximately (# physical pages) * (size of pv entry).
|
||||
*/
|
||||
pvbootmax = ((physmem * sizeof(struct pv_entry)) >> PAGE_SHIFT) + 128;
|
||||
pvbootentries = (struct pv_entry *)
|
||||
|
Loading…
Reference in New Issue
Block a user