artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9f6c84
)
remove one of the debug messages
author
deraadt
<deraadt@openbsd.org>
Sat, 15 Oct 2022 05:56:01 +0000
(
05:56
+0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 15 Oct 2022 05:56:01 +0000
(
05:56
+0000)
sys/uvm/uvm_map.c
patch
|
blob
|
history
diff --git
a/sys/uvm/uvm_map.c
b/sys/uvm/uvm_map.c
index
d475291
..
aaa24b5
100644
(file)
--- a/
sys/uvm/uvm_map.c
+++ b/
sys/uvm/uvm_map.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: uvm_map.c,v 1.29
6 2022/10/15 03:23:50
deraadt Exp $ */
+/* $OpenBSD: uvm_map.c,v 1.29
7 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: