ref: e7bfa556ad2ff0058260d5b9c27705fee4b74951
parent: 3c41f98e0c5bd6dce0bfd5a9573c7c332bc784fd
author: cinap_lenrek <[email protected]>
date: Sun Jun 22 12:05:53 EDT 2014
pc64: fix comment for preallocpages()
--- a/sys/src/9/pc64/main.c
+++ b/sys/src/9/pc64/main.c
@@ -250,8 +250,7 @@
}
/*
- * 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()
*/