Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2016 20:14:08 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301565 - head/sys/arm64/conf
Message-ID:  <201606072014.u57KE83m038204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606072014.u57KE83m038204>