pc64: fix comment for preallocpages()
This commit is contained in:
parent
3c41f98e0c
commit
e7bfa556ad
1 changed files with 1 additions and 2 deletions
|
@ -250,8 +250,7 @@ confinit(void)
|
|||
}
|
||||
|
||||
/*
|
||||
* The palloc.pages array takes arround 5% of the amount
|
||||
* of upages which can be a large chunk out of the 2GB
|
||||
* The palloc.pages array can be a large chunk out of the 2GB
|
||||
* window above KZERO, so we allocate the array from
|
||||
* upages and map in the VMAP window before pageinit()
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue