diff options
| -rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/conf/options | 2 | ||||
| -rw-r--r-- | sys/sys/exterrvar.h | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/sys/conf/options b/sys/conf/options index b5e8971dfa54..b218226b4126 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -53,7 +53,7 @@ DDB_CAPTURE_MAXBUFSIZE opt_ddb.h DDB_CTF opt_ddb.h DDB_NUMSYM opt_ddb.h EARLY_PRINTF opt_global.h -BLOW_KERNEL_WITH_EXTERR opt_global.h +BLOAT_KERNEL_WITH_EXTERR opt_global.h FULL_BUF_TRACKING opt_global.h GDB KDB opt_global.h diff --git a/sys/sys/exterrvar.h b/sys/sys/exterrvar.h index 6eb08d63aa48..5f55e377239a 100644 --- a/sys/sys/exterrvar.h +++ b/sys/sys/exterrvar.h @@ -41,7 +41,7 @@ struct uexterror { #error "Specify error category before including sys/exterrvar.h" #endif -#ifdef BLOW_KERNEL_WITH_EXTERR +#ifdef BLOAT_KERNEL_WITH_EXTERR #define SET_ERROR_MSG(mmsg) _Td->td_kexterr.msg = mmsg #else #define SET_ERROR_MSG(mmsg) _Td->td_kexterr.msg = NULL |
