Module Name: src
Committed By: yamt
Date: Wed Mar 6 11:20:10 UTC 2013
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
update comments
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/kern/subr_vmem.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/subr_vmem.c
diff -u src/sys/kern/subr_vmem.c:1.82 src/sys/kern/subr_vmem.c:1.83
--- src/sys/kern/subr_vmem.c:1.82 Sat Feb 9 00:31:21 2013
+++ src/sys/kern/subr_vmem.c Wed Mar 6 11:20:10 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_vmem.c,v 1.82 2013/02/09 00:31:21 christos Exp $ */
+/* $NetBSD: subr_vmem.c,v 1.83 2013/03/06 11:20:10 yamt Exp $ */
/*-
* Copyright (c)2006,2007,2008,2009 YAMAMOTO Takashi,
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_vmem.c,v 1.82 2013/02/09 00:31:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_vmem.c,v 1.83 2013/03/06 11:20:10 yamt Exp $");
#if defined(_KERNEL)
#include "opt_ddb.h"
@@ -988,10 +988,7 @@ vmem_roundup_size(vmem_t *vm, vmem_size_
}
/*
- * vmem_alloc:
- *
- * => caller must ensure appropriate spl,
- * if the arena can be accessed from interrupt context.
+ * vmem_alloc: allocate resource from the arena.
*/
int
@@ -1221,10 +1218,7 @@ gotit:
}
/*
- * vmem_free:
- *
- * => caller must ensure appropriate spl,
- * if the arena can be accessed from interrupt context.
+ * vmem_free: free the resource to the arena.
*/
void