From eb3919baf6e77f49872527470a4fde4b4db8ac67 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 24 May 2015 11:24:34 +0200 Subject: [PATCH] disable high resolution timer => got timing problems by enabling HermitCore --- config/linux_config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/linux_config b/config/linux_config index 0a580382a..fe73a771b 100644 --- a/config/linux_config +++ b/config/linux_config @@ -94,12 +94,11 @@ CONFIG_GENERIC_CMOS_UPDATE=y # # Timers subsystem # -CONFIG_TICK_ONESHOT=y CONFIG_HZ_PERIODIC=y # CONFIG_NO_HZ_IDLE is not set # CONFIG_NO_HZ_FULL is not set # CONFIG_NO_HZ is not set -CONFIG_HIGH_RES_TIMERS=y +# CONFIG_HIGH_RES_TIMERS is not set # # CPU/Task time and stats accounting @@ -404,7 +403,7 @@ CONFIG_HZ_250=y # CONFIG_HZ_300 is not set # CONFIG_HZ_1000 is not set CONFIG_HZ=250 -CONFIG_SCHED_HRTICK=y +# CONFIG_SCHED_HRTICK is not set # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x1000000