Skip to content

Commit fcc43a7

Browse files
hcahcaAlexander Gordeev
authored andcommitted
s390/configs: Set HZ=1000
Similar to powerpc set HZ to 1000. See also commit a206d23 ("powerpc/defconfigs: Set HZ=1000 on ppc64 and powernv defconfigs"). Besides other this will reduce the latency seen with synchronize_rcu(). Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
1 parent eb173ce commit fcc43a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/s390/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ CONFIG_LIVEPATCH=y
4747
CONFIG_MARCH_Z13=y
4848
CONFIG_NR_CPUS=512
4949
CONFIG_NUMA=y
50-
CONFIG_HZ_100=y
50+
CONFIG_HZ_1000=y
5151
CONFIG_CERT_STORE=y
5252
CONFIG_EXPOLINE=y
5353
CONFIG_EXPOLINE_AUTO=y

arch/s390/configs/zfcpdump_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
1212
CONFIG_KEXEC=y
1313
CONFIG_MARCH_Z13=y
1414
CONFIG_NR_CPUS=2
15-
CONFIG_HZ_100=y
15+
CONFIG_HZ_1000=y
1616
# CONFIG_CHSC_SCH is not set
1717
# CONFIG_SCM_BUS is not set
1818
# CONFIG_AP is not set

0 commit comments

Comments
 (0)