svn commit: r294267 - head/sys/arm64/conf

Zbigniew Bodek zbb at FreeBSD.org
Mon Jan 18 14:11:36 UTC 2016


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


More information about the svn-src-head mailing list