Skip to content

Commit e3247e6

Browse files
committed
x86: Intel has a new "DieGrp" level in the CPUID doc
Not sure what it corresponds to, keep it as an unknown level for now. Signed-off-by: Brice Goglin <[email protected]>
1 parent a224416 commit e3247e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hwloc/topology-x86.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,9 @@ static void read_intel_cores_exttopoenum(struct procinfo *infos, unsigned leaf,
581581
case 5:
582582
infos->ids[DIE] = id;
583583
break;
584+
case 6:
585+
/* TODO: "DieGrp" on Intel */
586+
/* fallthrough */
584587
default:
585588
hwloc_debug("x2APIC %u: unknown type %u\n", level, apic_type);
586589
infos->otherids[level] = apic_id >> apic_shift;

0 commit comments

Comments
 (0)