From: Arne Fitzenreiter Date: Fri, 9 Aug 2019 06:14:29 +0000 (+0200) Subject: initskripts: smt: hide error on cpu's that not support smt at all X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=559e94bafbcbd68a44de695f14287e46d0044713;p=people%2Fstevee%2Fipfire-2.x.git initskripts: smt: hide error on cpu's that not support smt at all Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/135/filelists/files b/config/rootfiles/core/135/filelists/files index 4c5fdce6cc..c6c87ba18e 100644 --- a/config/rootfiles/core/135/filelists/files +++ b/config/rootfiles/core/135/filelists/files @@ -9,6 +9,7 @@ etc/rc.d/init.d/functions etc/rc.d/init.d/leds etc/rc.d/init.d/networking/red.down/05-remove-dns-forwarders etc/rc.d/init.d/partresize +etc/rc.d/init.d/smt etc/rc.d/init.d/sysctl etc/rc.d/init.d/unbound etc/sysctl.conf diff --git a/src/initscripts/system/smt b/src/initscripts/system/smt index f83776c1a8..cc4128b2d9 100644 --- a/src/initscripts/system/smt +++ b/src/initscripts/system/smt @@ -18,7 +18,7 @@ case "${1}" in # Nothing to do when SMT is not enabled or not supported anyways if [ "$(/dev/null # Disable SMT when the processor is vulnerable to Foreshadow or Fallout/ZombieLoad/RIDL for vuln in l1tf mds; do