summaryrefslogtreecommitdiff
path: root/sys/src/9/omap/main.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-12-16 08:11:21 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2014-12-16 08:11:21 +0100
commit5c29603f502d83955f87be7385e0323a43e1ee2c (patch)
tree15d4e8c14c68a134b48d25d896c34abb034144ed /sys/src/9/omap/main.c
parent8309f15c3669d684da7c3fe2b6748f9362e1cc38 (diff)
kernel: remove obsolete comment regarding Mntcache size in */main.c
Diffstat (limited to 'sys/src/9/omap/main.c')
-rw-r--r--sys/src/9/omap/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/9/omap/main.c b/sys/src/9/omap/main.c
index cadd5bff7..b54a08d52 100644
--- a/sys/src/9/omap/main.c
+++ b/sys/src/9/omap/main.c
@@ -667,8 +667,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 = conf.npage - conf.upages;
kpages *= BY2PG;