diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2025-05-31 22:06:46 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2025-05-31 22:59:55 +0000 |
| commit | 970a71e1ef9a9792059c7c824a0106abb4fddcec (patch) | |
| tree | a83492f2e370b687ce3d9372694aec87c550c8b4 /sys/amd64/conf | |
| parent | bfe9e97a23af40f9d6343c92f6adf137b2ca23f1 (diff) | |
Rename BLOW_KERNEL_WITH_EXTERR to BLOAT_KERNEL_WITH_EXTERR
Guessed by: alc
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Diffstat (limited to 'sys/amd64/conf')
| -rw-r--r-- | sys/amd64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index e32483f457c9..385eb9667652 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -26,7 +26,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 BLOW_KERNEL_WITH_EXTERR +options BLOAT_KERNEL_WITH_EXTERR options VIMAGE # Subsystem virtualization, e.g. VNET options INET # InterNETworking options INET6 # IPv6 communications protocols |
