aboutsummaryrefslogtreecommitdiff
path: root/core/affinity.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/affinity.c')
-rw-r--r--core/affinity.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/affinity.c b/core/affinity.c
index 47ba33c..0209d3c 100644
--- a/core/affinity.c
+++ b/core/affinity.c
@@ -111,6 +111,8 @@ void add_core_associativity(struct cpu_thread *cpu)
core_id = (cpu->pir >> 3) & 0xf;
else if (proc_gen == proc_gen_p9)
core_id = (cpu->pir >> 2) & 0x1f;
+ else if (proc_gen == proc_gen_p10)
+ core_id = (cpu->pir >> 2) & 0x1f;
else
return;