artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa48048
)
Do not print "dt: 451 probes" at boot in dmesg. Btrace device dt(4)
author
bluhm
<bluhm@openbsd.org>
Tue, 21 Dec 2021 09:35:08 +0000
(09:35 +0000)
committer
bluhm
<bluhm@openbsd.org>
Tue, 21 Dec 2021 09:35:08 +0000
(09:35 +0000)
is enabled by default, this line does not provide much information.
requested by kettenis@ deraadt@; OK mpi@
sys/dev/dt/dt_dev.c
patch
|
blob
|
history
diff --git
a/sys/dev/dt/dt_dev.c
b/sys/dev/dt/dt_dev.c
index
439d21f
..
363ed05
100644
(file)
--- a/
sys/dev/dt/dt_dev.c
+++ b/
sys/dev/dt/dt_dev.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: dt_dev.c,v 1.1
7 2021/12/20 22:28:4
8 bluhm Exp $ */
+/* $OpenBSD: dt_dev.c,v 1.1
8 2021/12/21 09:35:0
8 bluhm Exp $ */
/*
* Copyright (c) 2019 Martin Pieuchot <mpi@openbsd.org>
@@
-141,8
+141,6
@@
dtattach(struct device *parent, struct device *self, void *aux)
#ifdef DDBPROF
dt_nprobes += dt_prov_kprobe_init();
#endif
-
- printf("dt: %u probes\n", dt_nprobes);
}
int