treewide: drop shebang from non-executable target files
[openwrt/staging/hauke.git] / target / linux / x86 / base-files / lib / preinit / 02_load_x86_ucode
1 # Copyright (C) 2018 OpenWrt.org
2
3 do_load_x86_ucode() {
4 if [ -e "/sys/devices/system/cpu/microcode/reload" ]; then
5 echo 1 > /sys/devices/system/cpu/microcode/reload
6 fi
7 }
8
9 boot_hook_add preinit_main do_load_x86_ucode