From: deraadt Date: Sat, 15 Oct 2022 05:56:01 +0000 (+0000) Subject: remove one of the debug messages X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=12456da61f454a02e8b21f5deb28fb74e3341907;p=openbsd remove one of the debug messages --- diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c index d4752918979..aaa24b5209c 100644 --- a/sys/uvm/uvm_map.c +++ b/sys/uvm/uvm_map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_map.c,v 1.296 2022/10/15 03:23:50 deraadt Exp $ */ +/* $OpenBSD: uvm_map.c,v 1.297 2022/10/15 05:56:01 deraadt Exp $ */ /* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */ /* @@ -1764,8 +1764,6 @@ uvm_map_make_stack(struct proc *p, vaddr_t addr, vsize_t sz) entry->etype |= UVM_ET_STACK; entry = RBT_NEXT(uvm_map_addr, entry); } - printf("map stack for pid %s/%d %lx/%lx changed\n", - p->p_p->ps_comm, p->p_p->ps_pid, addr, sz); map->sserial++; error = 0; out: