]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core153: Remove reloading microcode
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Nov 2020 20:04:13 +0000 (20:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Nov 2020 20:04:13 +0000 (20:04 +0000)
This requires that we can load the "microcode" module, but
since the kernel was replaced in this release, we can't load
it any more.

Fixes: #12537
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/153/update.sh

index 4712a0c90e0649c3d08ae03fe364802613de882c..af85c179414f843abb49a6a6bdfb250f2cc336b1 100644 (file)
@@ -144,11 +144,5 @@ fi
 
 sync
 
-# Reload microcode
-modprobe microcode
-if [ -w "/sys/devices/system/cpu/microcode/reload" ]; then
-       echo 1 > /sys/devices/system/cpu/microcode/reload
-fi
-
 # Don't report the exitcode last command
 exit 0