From: Michael Neuling <hidden> Date: 2020-08-03 03:58:27
On POWER10 bit 12 in the PVR indicates if the core is SMT4 or
SMT8. Bit 12 is set for SMT4.
Without this patch, /proc/cpuinfo on a SMT4 DD1 POWER10 looks like
this:
cpu : POWER10, altivec supported
revision : 17.0 (pvr 0080 1100)
Signed-off-by: Michael Neuling <redacted>
---
arch/powerpc/kernel/setup-common.c | 1 +
1 file changed, 1 insertion(+)
* Michael Neuling [off-list ref] [2020-08-03 13:56:00]:
On POWER10 bit 12 in the PVR indicates if the core is SMT4 or
SMT8. Bit 12 is set for SMT4.
Without this patch, /proc/cpuinfo on a SMT4 DD1 POWER10 looks like
this:
cpu : POWER10, altivec supported
revision : 17.0 (pvr 0080 1100)
Signed-off-by: Michael Neuling <redacted>
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2020-08-03 12:45:41
Michael Neuling [off-list ref] writes:
On POWER10 bit 12 in the PVR indicates if the core is SMT4 or
SMT8. Bit 12 is set for SMT4.
Without this patch, /proc/cpuinfo on a SMT4 DD1 POWER10 looks like
this:
cpu : POWER10, altivec supported
revision : 17.0 (pvr 0080 1100)
Signed-off-by: Michael Neuling <redacted>
---
arch/powerpc/kernel/setup-common.c | 1 +
1 file changed, 1 insertion(+)
This should have a Fixes: pointing at something so it gets backported.
cheers
From: Michael Neuling <hidden> Date: 2020-08-13 00:36:40
On Mon, 2020-08-03 at 22:41 +1000, Michael Ellerman wrote:
Michael Neuling [off-list ref] writes:
quoted
On POWER10 bit 12 in the PVR indicates if the core is SMT4 or
SMT8. Bit 12 is set for SMT4.
Without this patch, /proc/cpuinfo on a SMT4 DD1 POWER10 looks like
this:
cpu : POWER10, altivec supported
revision : 17.0 (pvr 0080 1100)
Signed-off-by: Michael Neuling <redacted>
---
arch/powerpc/kernel/setup-common.c | 1 +
1 file changed, 1 insertion(+)
This should have a Fixes: pointing at something so it gets backported.
From: Michael Ellerman <hidden> Date: 2020-08-18 03:26:42
On Mon, 3 Aug 2020 13:56:00 +1000, Michael Neuling wrote:
On POWER10 bit 12 in the PVR indicates if the core is SMT4 or
SMT8. Bit 12 is set for SMT4.
Without this patch, /proc/cpuinfo on a SMT4 DD1 POWER10 looks like
this:
cpu : POWER10, altivec supported
revision : 17.0 (pvr 0080 1100)