Module Name: src
Committed By: ober
Date: Fri Jan 8 03:41:59 UTC 2010
Modified Files:
src/external/cddl/osnet/sys/sys: kmem.h
Log Message:
Fix comment to meet style guidelines.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/sys/kmem.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/cddl/osnet/sys/sys/kmem.h
diff -u src/external/cddl/osnet/sys/sys/kmem.h:1.3 src/external/cddl/osnet/sys/sys/kmem.h:1.4
--- src/external/cddl/osnet/sys/sys/kmem.h:1.3 Sun Jan 3 11:33:13 2010
+++ src/external/cddl/osnet/sys/sys/kmem.h Fri Jan 8 03:41:58 2010
@@ -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_ */