Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/sys/sys Fix comment to meet style guidel...
details: https://anonhg.NetBSD.org/src/rev/20c8c1c6284f
branches: trunk
changeset: 750609:20c8c1c6284f
user: ober <ober%NetBSD.org@localhost>
date: Fri Jan 08 03:41:58 2010 +0000
description:
Fix comment to meet style guidelines.
diffstat:
external/cddl/osnet/sys/sys/kmem.h | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r ba4500a50620 -r 20c8c1c6284f external/cddl/osnet/sys/sys/kmem.h
--- a/external/cddl/osnet/sys/sys/kmem.h Fri Jan 08 00:45:50 2010 +0000
+++ b/external/cddl/osnet/sys/sys/kmem.h Fri Jan 08 03:41:58 2010 +0000
@@ -1,5 +1,5 @@
-/* $NetBSD: kmem.h,v 1.3 2010/01/03 11:33:13 ober Exp $ */
+/* $NetBSD: kmem.h,v 1.4 2010/01/08 03:41:58 ober Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -67,7 +67,9 @@
#define kmem_cache_free(cache, buf) pool_cache_put(cache, buf)
#define kmem_cache_reap_now(cache) pool_cache_invalidate(cache)
-#define KM_PUSHPAGE KM_SLEEP /* XXXNETBSD XXX HACK to prevent the crashes currently seen. Should be revisited once the uvm issues with zfs are fixed. */
+#define KM_PUSHPAGE KM_SLEEP /* XXXNETBSD XXX HACK to prevent the crashes currently seen.
+ * Should be revisited once the uvm issues with zfs are fixed.
+ */
#define KMC_NODEBUG 0x00
#endif /* _OPENSOLARIS_SYS_KMEM_H_ */
Home |
Main Index |
Thread Index |
Old Index