diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-04-28 11:33:00 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-04-28 11:33:00 +0000 |
commit | 74c8725455b9e07524cc3c6cdb5639a587986353 (patch) | |
tree | 8bb6bfd335bfe70815d5d0b7f4eb04c5e291cc42 /sys/arch/powerpc64/conf | |
parent | 4a1400a95683d969132b32e8cb95790d595f0618 (diff) |
Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel.
Support to skip frames is missing on arm64 and i386, but the stack
traces are useful anyway. sparc64 should work, but I could not
test it. Other architectures do not have stacktrace_save_at() and
dynamic tracer does not link.
from patrick@; OK semarie@
Diffstat (limited to 'sys/arch/powerpc64/conf')
-rw-r--r-- | sys/arch/powerpc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc64/conf/GENERIC b/sys/arch/powerpc64/conf/GENERIC index c5f83807504..5a41fb2ae72 100644 --- a/sys/arch/powerpc64/conf/GENERIC +++ b/sys/arch/powerpc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2021/02/04 16:25:39 anton Exp $ +# $OpenBSD: GENERIC,v 1.26 2021/04/28 11:32:59 bluhm Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -186,4 +186,5 @@ brgphy* at mii? # Broadcom Gigabit PHYs # Pseudo-Devices pseudo-device openprom +pseudo-device dt pseudo-device wsmux 2 |