Skip to content

Commit

Permalink
config-mpi: (Re-)enable MICROCODE_LATE_LOADING
Browse files Browse the repository at this point in the history
Commit a77a94f (x86/microcode: Default-disable late loading)
introduced the Kconfig option, defaulting to no, so it was disabled in
our systems as it was backported to Linux v5.15.99 (commit
6d2b3a3).

We want to have the option, so reenable it.
  • Loading branch information
donald committed Sep 11, 2023
1 parent ac74ec7 commit dc638a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-mpi
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ CONFIG_GART_IOMMU=y
CONFIG_NR_CPUS=512
CONFIG_X86_MCELOG_LEGACY=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_LATE_LOADING=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_NUMA=y
Expand Down

0 comments on commit dc638a8

Please sign in to comment.