Skip to content

Commit d97fcc9

Browse files
committed
linux: remove powerpc device-tree parsing
It's disabled by default since 6608c48 in 2.1. No problem reported, let's remove it entirely. This code was contributed by Alexey Kardashevskiy from IBM in 2010/09 (hwloc 1.1) when the Linux kernel on powerpc didn't use the device-tree to discover cores/caches and expose them in sysfs. This was fixed in 2.6.29 in 2009 (93197a36a9c16a85fb24cf5a8639f7bf9af838a3) which is deployed everywhere now. I've seen some POWER9 with buggy package information, but this is not covered by our DT code. Signed-off-by: Brice Goglin <[email protected]>
1 parent 26d4227 commit d97fcc9

File tree

7 files changed

+3
-1068
lines changed

7 files changed

+3
-1068
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Version 2.3.0
2929
+ Add a ROCm SMI backend and a hwloc/rsmi.h helper file for getting
3030
the locality of AMD GPUs, now exposed as "rsmi" OS devices.
3131
Thanks to Mike Li.
32+
+ Remove POWER device-tree-based topology on Linux,
33+
(it was disabled by default since 2.1).
3234
* Tools
3335
+ Command-line options for specifying flags now understand comma-separated
3436
lists of flag names (substrings).

0 commit comments

Comments
 (0)