aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-10-24 18:11:58 +0000
committerWarner Losh <imp@FreeBSD.org>2022-10-24 18:13:03 +0000
commitd4f6b11f66de563bc0c17890ca4de088b2629563 (patch)
treee5323af47808afa080ab49871321bbb7b6061e69 /sys/arm
parenteca818c872f7ad094f8dac143123e7e8d65f3bcc (diff)
downloadsrc-d4f6b11f66de563bc0c17890ca4de088b2629563.tar.gz
src-d4f6b11f66de563bc0c17890ca4de088b2629563.zip
DEFAULTS: move intrng to DEFAULTS for its platforms.
Sponsored by: Netflix Reviewed by: manu, kevans Differential Revision: https://reviews.freebsd.org/D37107
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/DEFAULTS2
-rw-r--r--sys/arm/conf/std.armv61
-rw-r--r--sys/arm/conf/std.armv71
3 files changed, 1 insertions, 3 deletions
diff --git a/sys/arm/conf/DEFAULTS b/sys/arm/conf/DEFAULTS
index e5533850aa36..4eeb2b7090d2 100644
--- a/sys/arm/conf/DEFAULTS
+++ b/sys/arm/conf/DEFAULTS
@@ -7,4 +7,4 @@ device mem
# Default congestion control algorithm
options CC_CUBIC # include CUBIC congestion control
-
+options INTRNG # All arm systems use INTRNG these days
diff --git a/sys/arm/conf/std.armv6 b/sys/arm/conf/std.armv6
index 4826980da480..17087f30f4f1 100644
--- a/sys/arm/conf/std.armv6
+++ b/sys/arm/conf/std.armv6
@@ -3,7 +3,6 @@
# $FreeBSD$
options HZ=1000
-options INTRNG # All arm systems use INTRNG these days
options PREEMPTION # Enable kernel thread preemption
options VIMAGE # Subsystem virtualization, e.g. VNET
options INET # InterNETworking
diff --git a/sys/arm/conf/std.armv7 b/sys/arm/conf/std.armv7
index 9412a8e92855..8ace5c01eeab 100644
--- a/sys/arm/conf/std.armv7
+++ b/sys/arm/conf/std.armv7
@@ -3,7 +3,6 @@
# $FreeBSD$
options HZ=1000
-options INTRNG # All arm systems use INTRNG these days
options PREEMPTION # Enable kernel thread preemption
options VIMAGE # Subsystem virtualization, e.g. VNET
options INET # InterNETworking