Remove HZ=<various> from all armv6 configs, put HZ=1000 in std.armv6.

All armv6 processors are plenty fast enough for HZ=1000.

No changes are made for older arm systems, because some chips are a bit
wimpy for 1000 while others do fine, so it has to be set on a per-config
basis.
This commit is contained in:
ian 2016-07-09 21:14:59 +00:00
parent 34a21f50d3
commit 07d0b2f49e
20 changed files with 2 additions and 23 deletions

View File

@ -28,7 +28,6 @@ options INTRNG
options SOC_ALLWINNER_A10
options SOC_ALLWINNER_A13
options HZ=100
options SCHED_4BSD # 4BSD scheduler
options PLATFORM
options MULTIDELAY

View File

@ -32,7 +32,6 @@ options SOC_ALLWINNER_A31S
options SOC_ALLWINNER_A83T
options SOC_ALLWINNER_H3
options HZ=100
options SCHED_ULE # ULE scheduler
options SMP # Enable multiple cores
options PLATFORM

View File

@ -25,7 +25,6 @@ include "../annapurna/alpine/std.alpine"
makeoptions MODULES_OVERRIDE=""
makeoptions WERROR="-Werror"
options HZ=100
options SCHED_4BSD # 4BSD scheduler
options SMP # Enable multiple cores

View File

@ -23,7 +23,6 @@ ident AML8726
include "std.armv6"
include "../amlogic/aml8726/std.aml8726"
options HZ=100
options SCHED_ULE # ULE scheduler
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options LINUX_BOOT_ABI

View File

@ -19,8 +19,6 @@ options MD_ROOT
options ROOTDEVNAME=\"/dev/da0s1a\"
options SCHED_ULE # ULE scheduler
#options SCHED_4BSD # 4BSD scheduler
options SMP
# Pseudo devices

View File

@ -27,7 +27,6 @@ options SOC_MV_ARMADAXP
makeoptions WERROR="-Werror"
options HZ=1000
options SCHED_ULE # ULE scheduler
options SMP # Enable multiple cores

View File

@ -30,7 +30,6 @@ makeoptions MODULES_EXTRA="dtb/am335x am335x_dmtpps"
options INTRNG
options HZ=100
options SCHED_4BSD # 4BSD scheduler
options PLATFORM

View File

@ -21,7 +21,6 @@
makeoptions WERROR="-Werror"
include "std.armv6"
options HZ=100
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking

View File

@ -22,8 +22,6 @@
include "IMX53"
ident IMX53-QSB
options HZ=250 # 4ms scheduling quantum
# required for netbooting
#options BOOTP
#options BOOTP_COMPAT

View File

@ -26,7 +26,6 @@ options INTRNG
options SOC_IMX6
options HZ=500 # Scheduling quantum is 2 milliseconds.
options SCHED_ULE # ULE scheduler
#options NFSD # Network Filesystem Server
options INCLUDE_CONFIG_FILE # Include this file in kernel

View File

@ -30,7 +30,6 @@ hints "PANDABOARD.hints"
include "std.armv6"
include "../ti/omap4/pandaboard/std.pandaboard"
options HZ=100
options SCHED_ULE # ULE scheduler
options PLATFORM
options SMP # Enable multiple cores

View File

@ -23,7 +23,6 @@ ident RK3188
include "std.armv6"
include "../rockchip/std.rk30xx"
options HZ=100
options SCHED_ULE # ULE scheduler
options SMP # Enable multiple cores

View File

@ -26,7 +26,6 @@ include "../broadcom/bcm2835/std.bcm2835"
options INTRNG
options HZ=100
options SCHED_4BSD # 4BSD scheduler
options PLATFORM

View File

@ -26,7 +26,6 @@ include "../broadcom/bcm2835/std.bcm2836"
options INTRNG
options HZ=100
options SCHED_ULE # ULE scheduler
options SMP # Enable multiple cores
options PLATFORM

View File

@ -25,7 +25,6 @@ makeoptions MODULES_OVERRIDE=""
makeoptions WERROR="-Werror"
options HZ=100
options SCHED_ULE # ULE scheduler
options SMP # Enable multiple cores

View File

@ -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

View File

@ -29,7 +29,6 @@ makeoptions MODULES_OVERRIDE=""
options KERNVIRTADDR=0xc0100000
makeoptions KERNVIRTADDR=0xc0100000
options HZ=100
options SCHED_4BSD # 4BSD scheduler
options LINUX_BOOT_ABI # Process metadata passed from Linux boot loaders

View File

@ -23,8 +23,7 @@ ident VIRT
include "std.armv6"
include "../qemu/std.virt"
options HZ=100
options SCHED_ULE # 4BSD scheduler
options SCHED_ULE # ULE scheduler
options PLATFORM
options PLATFORM_SMP
options SMP # Enable multiple cores

View File

@ -24,7 +24,6 @@ include "../freescale/vybrid/std.vybrid"
makeoptions WERROR="-Werror"
options HZ=100
options SCHED_4BSD # 4BSD scheduler
#options NANDFS # NAND Filesystem
#options SMP # Enable multiple cores

View File

@ -2,8 +2,8 @@
#
# $FreeBSD$
options HZ=1000
options ARM_L2_PIPT # Only L2 PIPT is supported
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols