Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm disable the previous for now; it fails for me on a d...



details:   https://anonhg.NetBSD.org/src/rev/9bab9bf9926c
branches:  trunk
changeset: 811354:9bab9bf9926c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Oct 26 09:02:49 2015 +0000

description:
disable the previous for now; it fails for me on a different system.

diffstat:

 sys/uvm/uvm_object.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 8edeabe1cda0 -r 9bab9bf9926c sys/uvm/uvm_object.c
--- a/sys/uvm/uvm_object.c      Mon Oct 26 08:53:45 2015 +0000
+++ b/sys/uvm/uvm_object.c      Mon Oct 26 09:02:49 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_object.c,v 1.14 2015/10/26 07:13:01 mrg Exp $      */
+/*     $NetBSD: uvm_object.c,v 1.15 2015/10/26 09:02:49 mrg Exp $      */
 
 /*
  * Copyright (c) 2006, 2010 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_object.c,v 1.14 2015/10/26 07:13:01 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_object.c,v 1.15 2015/10/26 09:02:49 mrg Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
@@ -62,7 +62,9 @@
     bool alock, u_int refs)
 {
 
+#if 0 /* notyet */
        KASSERT(ops);
+#endif
        if (alock) {
                /* Allocate and assign a lock. */
                uo->vmobjlock = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NONE);



Home | Main Index | Thread Index | Old Index