Re: [PATCH] x86/cpu: Add CPU model number for Bartlett Lake
From: Ingo Molnar
Date: Mon Apr 14 2025 - 03:22:31 EST
* Pi Xiange <xiange.pi@xxxxxxxxx> wrote:
> Bartlett Lake has a P-core only product with Raptor Cove.
>
> Signed-off-by: Pi Xiange <xiange.pi@xxxxxxxxx>
> ---
> arch/x86/include/asm/intel-family.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
> index 3a97a7eefb51..405bde66032a 100644
> --- a/arch/x86/include/asm/intel-family.h
> +++ b/arch/x86/include/asm/intel-family.h
> @@ -126,6 +126,8 @@
> #define INTEL_GRANITERAPIDS_X IFM(6, 0xAD) /* Redwood Cove */
> #define INTEL_GRANITERAPIDS_D IFM(6, 0xAE)
BTW., does 0xAE have a model name too?
Thanks,
Ingo