git: 9front

Download patch

ref: 0e43be232e2ae2cf41858fb2f7f36b87ce7cb02b
parent: 14b177304b50b56848a0190570db1576abbe545f
author: cinap_lenrek <cinap_lenrek@felloff.net>
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()
  */
--