From 785128af2d54ae542d977429e136991d7e3f0c46 Mon Sep 17 00:00:00 2001 From: Marcelo Tosatti Date: Wed, 13 Nov 2019 11:33:51 -0200 Subject: [PATCH] realtime profile: fix nowatchdog kernel command line option The correct string for the option is "tsc=nowatchdog", and not "nowatchdog". Signed-off-by: Marcelo Tosatti --- profiles/realtime/tuned.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/realtime/tuned.conf b/profiles/realtime/tuned.conf index 32a00e9..6294d0c 100644 --- a/profiles/realtime/tuned.conf +++ b/profiles/realtime/tuned.conf @@ -37,7 +37,7 @@ kernel.timer_migration = 0 /sys/devices/system/machinecheck/machinecheck*/ignore_ce = 1 [bootloader] -cmdline_realtime=+isolcpus=${isolated_cores} intel_pstate=disable nosoftlockup nowatchdog +cmdline_realtime=+isolcpus=${isolated_cores} intel_pstate=disable nosoftlockup tsc=nowatchdog [script] script = ${i:PROFILE_DIR}/script.sh