Re: [PATCH] peci: Remove dependency on x86 CPU variables

From: Dave Hansen

Date: Wed Feb 18 2026 - 14:46:38 EST


On 2/18/26 11:43, Sohil Mehta wrote:
> Scratch that. I see a difference.
>
> #define INTEL_HASWELL IFM(6, 0x3C)
> #define INTEL_HASWELL_X IFM(6, 0x3F)
>
> PECI_INTEL_HASWELL_X (0x306C) doesn't match INTEL_HASWELL_X instead you
> seem to have copied INTEL_HASWELL.

Hah! Human error. I knew should not have done that by hand! Fixed for v2.