Re: [PATCH v2 7/7] powerpc: Add POWER10 architected mode

2020-05-18 Thread Jordan Niethe
On Tue, May 19, 2020 at 10:48 AM Alistair Popple wrote: > > PVR value of 0x0F06 means we are arch v3.1 compliant (i.e. POWER10). > This is used by phyp and kvm when booting as a pseries guest to detect > the presence of new P10 features and to enable the appropriate hwcap and > facility bits.

[PATCH v2 7/7] powerpc: Add POWER10 architected mode

2020-05-18 Thread Alistair Popple
PVR value of 0x0F06 means we are arch v3.1 compliant (i.e. POWER10). This is used by phyp and kvm when booting as a pseries guest to detect the presence of new P10 features and to enable the appropriate hwcap and facility bits. Signed-off-by: Alistair Popple Signed-off-by: Cédric Le Goater -