core153: Remove reloading microcode

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>
This commit is contained in:
Michael Tremer
2020-11-20 20:04:13 +00:00
parent 82973fae14
commit 7a6bac40fd

View 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