From: Michael Neuling <hidden> Date: 2017-06-07 04:12:10
Bits 48:51 in the PVR for POWER9 represent different chip types (scale
up vs out and 12 vs 24 core). Current chips have 0 here, but could be
non-zero in the future.
This changes the POWER9 DD1 mask to correctly ignore these bits 48:51.
Signed-off-by: Michael Neuling <redacted>
---
arch/powerpc/kernel/cputable.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2017-06-07 07:24:42
Michael Neuling [off-list ref] writes:
Bits 48:51 in the PVR for POWER9 represent different chip types (scale
up vs out and 12 vs 24 core). Current chips have 0 here, but could be
non-zero in the future.
This changes the POWER9 DD1 mask to correctly ignore these bits 48:51.
Signed-off-by: Michael Neuling <redacted>
---
arch/powerpc/kernel/cputable.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Michael Neuling <hidden> Date: 2017-06-08 00:44:10
On Wed, 2017-06-07 at 17:24 +1000, Michael Ellerman wrote:
Michael Neuling [off-list ref] writes:
=20
quoted
Bits 48:51 in the PVR for POWER9 represent different chip types (scale
up vs out and 12 vs 24 core). Current chips have 0 here, but could be
non-zero in the future.
=20
This changes the POWER9 DD1 mask to correctly ignore these bits 48:51.
=20
Signed-off-by: Michael Neuling <redacted>
---
=C2=A0arch/powerpc/kernel/cputable.c | 4 ++--
=C2=A01 file changed, 2 insertions(+), 2 deletions(-)
=20
Presumably we should backport this?
Actually, we need to scrap this patch.
Looks like the scale up version will be marked as DD1, but it won't need th=
ese
workarounds. So we need it to match on the other POWER9 entry.
Mikey
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2017-06-08 03:45:00
Michael Neuling [off-list ref] writes:
On Wed, 2017-06-07 at 17:24 +1000, Michael Ellerman wrote:
quoted
Michael Neuling [off-list ref] writes:
=20
quoted
Bits 48:51 in the PVR for POWER9 represent different chip types (scale
up vs out and 12 vs 24 core). Current chips have 0 here, but could be
non-zero in the future.
=20
This changes the POWER9 DD1 mask to correctly ignore these bits 48:51.
=20
Signed-off-by: Michael Neuling <redacted>
---
=C2=A0arch/powerpc/kernel/cputable.c | 4 ++--
=C2=A01 file changed, 2 insertions(+), 2 deletions(-)
=20
Presumably we should backport this?
Actually, we need to scrap this patch.
Looks like the scale up version will be marked as DD1, but it won't need =
these
workarounds. So we need it to match on the other POWER9 entry.