Skip to content

Commit 9f37aae

Browse files
committed
gather-topology: don't gather /proc/device-tree/cpus/ anymore
Signed-off-by: Brice Goglin <[email protected]>
1 parent d97fcc9 commit 9f37aae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/hwloc/hwloc-gather-topology.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ savedir "$destdir/$basename" /sys/devices/virtual/dmi/id/
238238
# Gather hugepage information
239239
savedir "$destdir/$basename" /sys/kernel/mm/hugepages/
240240

241-
# Gather POWER device-tree
242-
savedir "$destdir/$basename" /proc/device-tree/cpus/
243-
244241
# Gather the default /var/run/hwloc (in case it was created by a system-wide hwloc-dump-hwdata)
245242
if test -d /var/run/hwloc; then
246243
savedir "$destdir/$basename" /var/run/hwloc

0 commit comments

Comments
 (0)