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 Make sure the comment is specifi...
details: https://anonhg.NetBSD.org/src/rev/d6d54e61dbe5
branches: trunk
changeset: 750499:d6d54e61dbe5
user: ober <ober%NetBSD.org@localhost>
date: Sun Jan 03 11:33:13 2010 +0000
description:
Make sure the comment is specific to being a hack and that it needs to be pulled before production release and the real issues with UVM and ZFS need to be resolved.
diffstat:
external/cddl/osnet/sys/sys/kmem.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b6e9a383908f -r d6d54e61dbe5 external/cddl/osnet/sys/sys/kmem.h
--- a/external/cddl/osnet/sys/sys/kmem.h Sun Jan 03 10:50:06 2010 +0000
+++ b/external/cddl/osnet/sys/sys/kmem.h Sun Jan 03 11:33:13 2010 +0000
@@ -1,5 +1,5 @@
-/* $NetBSD: kmem.h,v 1.2 2010/01/03 10:50:06 ober Exp $ */
+/* $NetBSD: kmem.h,v 1.3 2010/01/03 11:33:13 ober Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
#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 to prevent the crashes currently seen.*/
+#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