Re: [PATCH v2 5/8] x86/microcode/hygon: Add microcode loading support for Hygon processors

From: Dave Hansen

Date: Tue Apr 07 2026 - 10:05:56 EST


On 4/7/26 01:24, Fu Hao wrote:
...
> arch/x86/kernel/cpu/microcode/hygon.c | 927 +++++++++++++++++++++++
This looks a lot like:

cat amd.c | perl -pe 's/amd/hygon/' > hygon.c

If it's something like that, I think it probably needs to get mentioned
up front and discussed about what's actually *different* from the AMD
implementation.