Module Name: src
Committed By: yamt
Date: Thu Apr 14 16:20:52 UTC 2011
Modified Files:
src/sys/kern: init_main.c
Log Message:
comment
To generate a diff of this commit:
cvs rdiff -u -r1.427 -r1.428 src/sys/kern/init_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/init_main.c
diff -u src/sys/kern/init_main.c:1.427 src/sys/kern/init_main.c:1.428
--- src/sys/kern/init_main.c:1.427 Fri Jan 28 18:44:44 2011
+++ src/sys/kern/init_main.c Thu Apr 14 16:20:52 2011
@@ -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)