RE: [PATCH v2 2/6] x86/cpu: Merge Intel and AMD ppin_init() functions

From: Luck, Tony
Date: Thu Jan 27 2022 - 11:55:24 EST


>> + [X86_VENDOR_AMD] = {
>> + .feature = X86_FEATURE_AMD_PPIN,
>> + .msr_ppin_ctl = MSR_AMD_PPIN_CTL,
>> + .msr_ppin = MSR_AMD_PPIN
> ^^^^^^^^^
>
> You forgot to rebuild after removing that guy here in the struct
> definition. I'll fix it up now so that I can continue going through them
> but pls fix in the next submission so that all patches build separately.

Oops. Sorry. Yes. I will move those initializations out of this patch
and into the later patch when the .msr_ppin field is added.

I'll wait on posting v3 until you finish with the rest of v2.

Thanks

-Tony