From c13253805dcae56b7a416b15bd36b242af356e74 Mon Sep 17 00:00:00 2001 From: Brice Goglin Date: Tue, 7 Nov 2023 10:44:20 +0100 Subject: [PATCH] utils/gather-topology: gather "soc" bus Will be used to identify some platforms. Signed-off-by: Brice Goglin (cherry picked from commit 6157a3ae2530e88477735e8b8e5d241b6132e639) --- utils/hwloc/hwloc-gather-topology.in | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/hwloc/hwloc-gather-topology.in b/utils/hwloc/hwloc-gather-topology.in index 536033d20d..82d84d1707 100644 --- a/utils/hwloc/hwloc-gather-topology.in +++ b/utils/hwloc/hwloc-gather-topology.in @@ -246,6 +246,7 @@ savedir "$destdir/$basename" /sys/devices/system/node/ savedir "$destdir/$basename" /sys/bus/node/devices/ savefile "$destdir/$basename" /sys/devices/cpu_atom/cpus savefile "$destdir/$basename" /sys/devices/cpu_core/cpus +savebusdir "$destdir/$basename" soc . # Gather DMI IDs # (no need for aveclassdir since we only want "id" and it usually points to /sys/devices/virtual/dmi/id/)