Re: [PATCH 3/6] x86/microcode: Refactor platform ID enumeration into a helper

From: Dave Hansen

Date: Tue Jan 20 2026 - 11:06:43 EST


On 1/19/26 19:07, Chao Gao wrote:
...
>> +#include <asm/cpu.h>
>> #include <asm/msr.h>
>> +#include <asm/intel-family.h>
> nit: You may want to sort the header files alphabetically.

I was probably going for christmas tree here or something. But,
seriously, I don't think we've written down any guidance on header
ordering for tip or in the tree in general.

It's still kinda the wild west, I think.