From a0f60ab44734acc1723e3b127e3e681460af5b2a Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 25 Nov 2019 13:52:02 +0100 Subject: [PATCH] linux-5.4: Disable CONFIG_MICROCODE_OLD_INTERFACE This is the ancient /dev/cpu/microcode interface which was used by userspace tools like iucode_tool and microcode.ctl. It is inadequate because it runs too late to be able to properly load microcode on a machine and it needs special tools. Disable. --- linux-5.4-302.bee | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-5.4-302.bee b/linux-5.4-302.bee index a9d063cf9..1a10afc7f 100755 --- a/linux-5.4-302.bee +++ b/linux-5.4-302.bee @@ -83,7 +83,6 @@ mee_configure() { CONFIG_NR_CPUS=256 CONFIG_X86_MCELOG_LEGACY=y CONFIG_MICROCODE_AMD=y - CONFIG_MICROCODE_OLD_INTERFACE=y CONFIG_X86_MSR=m CONFIG_X86_CPUID=m CONFIG_NUMA=y