Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm remove someone's leftover debug printfs.



details:   https://anonhg.NetBSD.org/src/rev/fecaafdebb64
branches:  trunk
changeset: 942532:fecaafdebb64
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Nov 10 04:27:22 2020 +0000

description:
remove someone's leftover debug printfs.

diffstat:

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

diffs (34 lines):

diff -r 28be2dac4398 -r fecaafdebb64 sys/uvm/uvm_bio.c
--- a/sys/uvm/uvm_bio.c Tue Nov 10 00:32:12 2020 +0000
+++ b/sys/uvm/uvm_bio.c Tue Nov 10 04:27:22 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_bio.c,v 1.123 2020/10/18 08:52:15 rin Exp $        */
+/*     $NetBSD: uvm_bio.c,v 1.124 2020/11/10 04:27:22 chs Exp $        */
 
 /*
  * Copyright (c) 1998 Chuck Silvers.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_bio.c,v 1.123 2020/10/18 08:52:15 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_bio.c,v 1.124 2020/11/10 04:27:22 chs Exp $");
 
 #include "opt_uvmhist.h"
 #include "opt_ubc.h"
@@ -780,7 +780,6 @@
                         * do it now.  it's safe to use memset here
                         * because we just mapped the pages above.
                         */
-                       printf("%s: error=%d\n", __func__, error);
                        memset(win, 0, bytelen);
                }
                ubc_release(win, flags, pgs, npages);
@@ -1009,7 +1008,6 @@
                         * error above, do it now.
                         */
                        if (error != 0) {
-                               printf("%s: error=%d\n", __func__, error);
                                (void) uvm_direct_process(pgs, npages, off,
                                    bytelen, ubc_zerorange_process, NULL);
                        }



Home | Main Index | Thread Index | Old Index