diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-10-15 05:56:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-10-15 05:56:02 +0000 |
commit | 94eff981a4b3b7403983331be30ffef0e86daf0d (patch) | |
tree | ec9e40d532f1ea19f943fddbd59d9bc8c5281fe2 /sys | |
parent | 7769156612a436a841a166fbde9446a9e969af91 (diff) |
remove one of the debug messages
Diffstat (limited to 'sys')
-rw-r--r-- | sys/uvm/uvm_map.c | 4 |
1 files changed, 1 insertions, 3 deletions
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: |