summaryrefslogtreecommitdiffstats
path: root/sys/arm64
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-06-07 20:14:08 +0000
committerandrew <andrew@FreeBSD.org>2016-06-07 20:14:08 +0000
commit9fcae3cab65bcdaf59557b3d7f0c578ea7d5e09d (patch)
treeab37db1cc88fdf558082c58d3dc29a61f54ed4f7 /sys/arm64
parent19014d17cccd2880705c6b306cc52deb94c3aaba (diff)
downloadFreeBSD-src-9fcae3cab65bcdaf59557b3d7f0c578ea7d5e09d.zip
FreeBSD-src-9fcae3cab65bcdaf59557b3d7f0c578ea7d5e09d.tar.gz
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
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/conf/GENERIC1
-rw-r--r--sys/arm64/conf/GENERIC-INTRNG15
2 files changed, 1 insertions, 15 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 9300e77..d08c2db 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -70,6 +70,7 @@ options RACCT # Resource accounting framework
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.
diff --git a/sys/arm64/conf/GENERIC-INTRNG b/sys/arm64/conf/GENERIC-INTRNG
deleted file mode 100644
index 9cab02b..0000000
--- a/sys/arm64/conf/GENERIC-INTRNG
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# GENERIC-INTRNG -- intrng testing kernel for FreeBSD/arm64
-#
-# This config adds intrng support for testing, and to ensure intrng is not
-# broken before switching to it. The config is expected to be removed soon
-# when intrng becomes the default on arm64.
-#
-# $FreeBSD$
-#
-
-include GENERIC
-
-ident GENERIC-INTRNG
-
-options INTRNG
OpenPOWER on IntegriCloud