diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-09-02 16:42:11 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-09-02 19:30:33 +0000 |
| commit | 3296fda0c309c873ae37a0a4e25ded3ae04b421c (patch) | |
| tree | 6053c0a2f34f982cf480685569d76c838e4abe0d | |
| parent | 16459743927068abbee34ce3f266b38c71968232 (diff) | |
arm64: enable bloating kernel with ext errors strings
Chase commit 8e8d3068dcbe ("amd64 GENERIC: enable bloating kernel with
ext errors strings") from amd64. In general we would like to keep
GENERIC kernel options in sync between the Tier-1 architectures.
PR: 289236
Reviewed by: andrew
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52342
| -rw-r--r-- | sys/arm64/conf/std.arm64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/conf/std.arm64 b/sys/arm64/conf/std.arm64 index c83e98c17a33..8c8e3f4ada12 100644 --- a/sys/arm64/conf/std.arm64 +++ b/sys/arm64/conf/std.arm64 @@ -7,6 +7,7 @@ makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support options SCHED_ULE # ULE scheduler options NUMA # Non-Uniform Memory Architecture support options PREEMPTION # Enable kernel thread preemption +options BLOAT_KERNEL_WITH_EXTERR options VIMAGE # Subsystem virtualization, e.g. VNET options INET # InterNETworking options INET6 # IPv6 communications protocols |
