Re: [PATCH] powerpc/perf: Properly detect mpc7450 family

From: Michael Ellerman
Date: Wed Apr 05 2023 - 21:11:21 EST


On Mon, 27 Feb 2023 16:54:45 +0100, Christophe Leroy wrote:
> Unlike PVR_POWER8, etc ...., PVR_7450 represents a full PVR
> value and not a family value.
>
> To avoid confusion, do like E500 family and define the relevant
> PVR_VER_xxxx values for the 7450 family:
> 0x8000 ==> 7450
> 0x8001 ==> 7455
> 0x8002 ==> 7447
> 0x8003 ==> 7447A
> 0x8004 ==> 7448
>
> [...]

Applied to powerpc/next.

[1/1] powerpc/perf: Properly detect mpc7450 family
https://git.kernel.org/powerpc/c/e7299f961fe5e4496db0bfaa9e819f5e97f3846b

cheers