summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/RPI2
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-04-15 16:05:41 +0000
committerandrew <andrew@FreeBSD.org>2016-04-15 16:05:41 +0000
commitb72ace02b465aa1a930c057d7d152afb30b4bf95 (patch)
treec056fc0e7b6a92e3f45576eece676b6b5e376499 /sys/arm/conf/RPI2
parent3115fdeded44fbb337c8cb3062b7f5bb11781357 (diff)
downloadFreeBSD-src-b72ace02b465aa1a930c057d7d152afb30b4bf95.zip
FreeBSD-src-b72ace02b465aa1a930c057d7d152afb30b4bf95.tar.gz
Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine
independent code that needs to know about INTRNG such as PCI drivers. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm/conf/RPI2')
-rw-r--r--sys/arm/conf/RPI22
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/conf/RPI2 b/sys/arm/conf/RPI2
index 3cee50d..e669580 100644
--- a/sys/arm/conf/RPI2
+++ b/sys/arm/conf/RPI2
@@ -24,7 +24,7 @@ include "std.armv6"
include "../broadcom/bcm2835/std.rpi"
include "../broadcom/bcm2835/std.bcm2836"
-options ARM_INTRNG
+options INTRNG
options HZ=100
options SCHED_ULE # ULE scheduler
OpenPOWER on IntegriCloud