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.
_______________________________________________
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