Skip to content

Commit

Permalink
linux-5.4_rc3: Disable CONFIG_MICROCODE_OLD_INTERFACE
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Oct 14, 2019
1 parent ae84cfd commit 7829be2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linux-5.4_rc3-296.bee
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7829be2

Please sign in to comment.