diff options
author | ian <ian@FreeBSD.org> | 2017-03-01 21:45:03 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2017-03-01 21:45:03 +0000 |
commit | 86237742e7e24065990c5655d40c2ded9274709b (patch) | |
tree | afece210e0a9b44cd9f8d4424bb39c2aae0fe767 /sys/arm/conf/TEGRA124 | |
parent | 0b828db14824c5068cc03165fb63efb4e172cf4a (diff) | |
download | FreeBSD-src-86237742e7e24065990c5655d40c2ded9274709b.zip FreeBSD-src-86237742e7e24065990c5655d40c2ded9274709b.tar.gz |
MFC r302506:
Remove HZ=<various> from all armv6 configs, put HZ=1000 in std.armv6.
Diffstat (limited to 'sys/arm/conf/TEGRA124')
-rw-r--r-- | sys/arm/conf/TEGRA124 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/conf/TEGRA124 b/sys/arm/conf/TEGRA124 index 663a948..34e8409 100644 --- a/sys/arm/conf/TEGRA124 +++ b/sys/arm/conf/TEGRA124 @@ -23,7 +23,6 @@ include "../nvidia/tegra124/std.tegra124" ident TEGRA124 -options HZ=100 # Scheduling quantum is 10 milliseconds. options SCHED_ULE # ULE scheduler options PLATFORM # Platform based SoC options PLATFORM_SMP |