Skip to content

Commit

Permalink
linux-5.5_rc6: 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 Jan 13, 2020
1 parent c82fb1c commit 9f7be95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linux-5.5_rc6-310.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 9f7be95

Please sign in to comment.