diff options
Diffstat (limited to 'sys/riscv/conf/GENERIC')
-rw-r--r-- | sys/riscv/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC index ad23c6647e73..a9c3c6fbdad0 100644 --- a/sys/riscv/conf/GENERIC +++ b/sys/riscv/conf/GENERIC @@ -69,7 +69,7 @@ options CAPABILITIES # Capsicum capabilities options MAC # TrustedBSD MAC Framework options KDTRACE_FRAME # Ensure frames are compiled in options KDTRACE_HOOKS # Kernel DTrace hooks -# options VFP # Floating-point support +options FPE # Floating-point extension support options RACCT # Resource accounting framework options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default options RCTL # Resource limits |