From 5c29603f502d83955f87be7385e0323a43e1ee2c Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 16 Dec 2014 08:11:21 +0100 Subject: kernel: remove obsolete comment regarding Mntcache size in */main.c --- sys/src/9/ppc/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/src/9/ppc') diff --git a/sys/src/9/ppc/main.c b/sys/src/9/ppc/main.c index 9c6c4ea4c..a77f31127 100644 --- a/sys/src/9/ppc/main.c +++ b/sys/src/9/ppc/main.c @@ -407,8 +407,7 @@ confinit(void) /* * Guess how much is taken by the large permanent - * datastructures. Mntcache and Mntrpc are not accounted for - * (probably ~300KB). + * datastructures. Mntcache and Mntrpc are not accounted for. */ kpages *= BY2PG; kpages -= conf.upages*sizeof(Page) -- cgit v1.2.3