Author: zbb
Date: Mon Jan 18 14:11:34 2016
New Revision: 294267
URL: https://svnweb.freebsd.org/changeset/base/294267

Log:
  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

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC Mon Jan 18 13:31:29 2016        (r294266)
+++ head/sys/arm64/conf/GENERIC Mon Jan 18 14:11:34 2016        (r294267)
@@ -66,6 +66,7 @@ options       MAC                     # TrustedBSD MAC 
Framewor
 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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to