summaryrefslogtreecommitdiffstats
path: root/sys/arm64
diff options
context:
space:
mode:
authorzbb <zbb@FreeBSD.org>2016-01-18 14:11:34 +0000
committerzbb <zbb@FreeBSD.org>2016-01-18 14:11:34 +0000
commit5690eff8c2794c586c949fe87a23b73dfa5c19cf (patch)
tree9043c95093656b917bd1ac2d4a33cf17661dd790 /sys/arm64
parentcc4c2bd6ffdf37d6c5b85e82e909de2ecbb47de5 (diff)
downloadFreeBSD-src-5690eff8c2794c586c949fe87a23b73dfa5c19cf.zip
FreeBSD-src-5690eff8c2794c586c949fe87a23b73dfa5c19cf.tar.gz
Enable AIO interface on ARM64 platforms
Add VFS_AIO to generic config to allow using of high-performance asynchronous disk AIO operation. Reviewed by: imp Obtained from: Semihalf Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D4979
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 2e7fe8d..70c25e5 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -66,6 +66,7 @@ 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 VFS_AIO # Real implementations of the aio_* system calls
options RACCT # Resource accounting framework
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
options RCTL # Resource limits
OpenPOWER on IntegriCloud