Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern comment



details:   https://anonhg.NetBSD.org/src/rev/7a52b99755f6
branches:  trunk
changeset: 764263:7a52b99755f6
user:      yamt <yamt%NetBSD.org@localhost>
date:      Thu Apr 14 16:20:52 2011 +0000

description:
comment

diffstat:

 sys/kern/init_main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 601fd7c703ae -r 7a52b99755f6 sys/kern/init_main.c
--- a/sys/kern/init_main.c      Thu Apr 14 16:19:35 2011 +0000
+++ b/sys/kern/init_main.c      Thu Apr 14 16:20:52 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init_main.c,v 1.427 2011/01/28 18:44:44 pooka Exp $    */
+/*     $NetBSD: init_main.c,v 1.428 2011/04/14 16:20:52 yamt Exp $     */
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.427 2011/01/28 18:44:44 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.428 2011/04/14 16:20:52 yamt Exp $");
 
 #include "opt_ddb.h"
 #include "opt_ipsec.h"
@@ -1008,7 +1008,7 @@
 }
 
 /*
- * calculate cache size from physmem and vm_map size.
+ * calculate cache size (in bytes) from physmem and vm_map size.
  */
 vaddr_t
 calc_cache_size(struct vm_map *map, int pct, int va_pct)



Home | Main Index | Thread Index | Old Index