From 3326b5e75c277b4fac21bffd2085df4aa40d2775 Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Mon, 5 Apr 2021 19:36:37 +0100 Subject: treewide: switch the timer frequency to 100 Hz Some targets select HZ=100, others HZ=250. There's no reason to select a higher timer frequency (and 100 Hz are available in every architecture), so change all targets to 100 Hz. Signed-off-by: Rui Salvaterra --- target/linux/uml/config/x86_64 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/uml/config/x86_64') diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index d3b3704f6c..1d35dda2dc 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -53,7 +53,6 @@ CONFIG_HAVE_UID16=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HOSTFS=y CONFIG_HVC_DRIVER=y -CONFIG_HZ=100 CONFIG_HZ_PERIODIC=y CONFIG_INITRAMFS_SOURCE="" CONFIG_INIT_ENV_ARG_LIMIT=128 -- cgit v1.2.3