]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/microcode/intel: Move microcode functions out of cpu/intel.c
authorThomas Gleixner <tglx@linutronix.de>
Sat, 12 Aug 2023 19:58:41 +0000 (21:58 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Sun, 13 Aug 2023 16:42:48 +0000 (18:42 +0200)
commit4da2131fac10b6928da0b2e39b65189203810f44
tree1716e8bea59dd38f1c54f2cdf8f93fcbff685ab4
parente6bcfdd75d53390a67f67237f4eafc77d9772056
x86/microcode/intel: Move microcode functions out of cpu/intel.c

There is really no point to have that in the CPUID evaluation code. Move it
into the Intel-specific microcode handling along with the data
structures, defines and helpers required by it. The exports need to stay
for IFS.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230812195727.719202319@linutronix.de
arch/x86/include/asm/microcode_intel.h
arch/x86/kernel/cpu/intel.c
arch/x86/kernel/cpu/microcode/intel.c