Skip to content

Commit a224416

Browse files
committed
gather-cpuid: note about future AMD 0x8000002[78] leaves
Signed-off-by: Brice Goglin <[email protected]>
1 parent 57328e6 commit a224416

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/hwloc/hwloc-gather-cpuid.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@ static int dump_one_proc(hwloc_topology_t topo, hwloc_obj_t pu, const char *path
517517
fprintf(output, "# stopped at ecx=256\n");
518518
}
519519

520+
/* AMD Genoa reports highest_ext_cpuid == 0x80000028 but these last 2 leaves aren't documented yet */
521+
520522
if (highest_ext_cpuid > 0x80000026) {
521523
static int reported = 0;
522524
if (!reported)

0 commit comments

Comments
 (0)