Re: [PATCH -v2] x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove cores
Christian Ludloff <[email protected]>
| Newsgroups | dev.linux.lists.x86-cpuid,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAKSQd8V4xBQgx3x+SpRBq7pEdEr6zUw_NmajL=X-k=-APDUz2Q@mail.gmail.com> |
On Mon, Apr 14, 2025 at 5:23 PM Ingo Molnar <[email protected]> wrote: > * Christian Ludloff <[email protected]> wrote: > > > +#define INTEL_RAPTORCOVE IFM(6, 0xD7) /* Bartlett Lake */ > > > > Please fix this. It has the core and the product reversed. That is, it > > should be INTEL_BARTLETTLAKE and /* Raptor Cove */ to match > > the bulk of that file. > > I switched it around for this commit - see the updated patch below. Thanks. > > And yes, you also want to fix this for INTEL_PANTHERCOVE_X > > and /* Diamond Rapids */ entry. > > Please send a patch if you have the time. Peter had proposed... https://lore.kernel.org/lkml/[email protected]/ -- Christian