Re: [GIT PULL] x86/microcode for v6.6-rc1

From: Linus Torvalds
Date: Mon Aug 28 2023 - 19:26:42 EST


On Mon, 28 Aug 2023 at 16:09, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> Please just let me know how much I messed up.
>
> I apologize in advance.

Ahh, I see that Ingo put it in <asm/processor.h> in the linux-next
tree. I'm not convinced it's any better than my <asm/microcode.h>
choice, but it does result in not needing another

#ifdef CONFIG_CPU_SUP_AMD
..

thing, so...

Feel free to send me a follow-up patch to move that
amd_check_microcode() declaration to whatever the appropriate place
is.

Linus