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

Andrew Turner andrew at FreeBSD.org
Tue Jun 7 20:14:09 UTC 2016


Author: andrew
Date: Tue Jun  7 20:14:08 2016
New Revision: 301565
URL: https://svnweb.freebsd.org/changeset/base/301565

Log:
  Switch arm64 to use intrng by default. The old interrupt handling code can
  still be used, however this is expected to be removed soon.
  
  Obtained from:	ABT Systems Ltd
  Relnotes:	yes
  Sponsored by:	The FreeBSD Foundation

Deleted:
  head/sys/arm64/conf/GENERIC-INTRNG
Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Tue Jun  7 20:00:20 2016	(r301564)
+++ head/sys/arm64/conf/GENERIC	Tue Jun  7 20:14:08 2016	(r301565)
@@ -70,6 +70,7 @@ options 	RACCT			# Resource accounting f
 options 	RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
 options 	RCTL			# Resource limits
 options 	SMP
+options 	INTRNG
 
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.


More information about the svn-src-head mailing list