amd64 pmap: Clarify largemap bootverbose message units

A PML4 covers 512 gigabytes, not gigabits.  Use the typical B suffix for
bytes.  No functional change.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Conrad Meyer 2019-09-26 01:51:55 +00:00
parent f7b69dd986
commit 407c48f060

View File

@ -1947,7 +1947,7 @@ pmap_init(void)
if (lm_ents > LMEPML4I - LMSPML4I + 1)
lm_ents = LMEPML4I - LMSPML4I + 1;
if (bootverbose)
printf("pmap: large map %u PML4 slots (%lu Gb)\n",
printf("pmap: large map %u PML4 slots (%lu GB)\n",
lm_ents, (u_long)lm_ents * (NBPML4 / 1024 / 1024 / 1024));
if (lm_ents != 0) {
large_vmem = vmem_create("large", LARGEMAP_MIN_ADDRESS,