Messages in this thread |  | | From | Dou Liyang <> | Subject | [PATCH 00/11] Remove the parent_node() for each arch | Date | Wed, 26 Jul 2017 21:34:25 +0800 |
| |
Michael reports the parent_node() will never be invoked since the Commit a7be6e5a7f8d ("mm: drop useless local parameters of __register_one_node()") removes the last user of it.
So we start removing it from the topology.h headers for each arch.
Dou Liyang (11): arm64: numa: Remove the unused parent_node() macro ia64: topology: Remove the unused parent_node() macro metag/numa: Remove the unused parent_node() macro MIPS: numa: Remove the unused parent_node() macro powerpc/numa: Remove the unused parent_node() macro s390/topology: Remove the unused parent_node() macro sh/numa: Remove the unused parent_node() macro sparc64/topology: Remove the unused parent_node() macro tile/topology: Remove the unused parent_node() macro x86/topology: Remove the unused parent_node() macro asm-generic: numa: Remove the unused parent_node() macro
arch/arm64/include/asm/numa.h | 3 --- arch/ia64/include/asm/topology.h | 7 ------- arch/metag/include/asm/topology.h | 1 - arch/mips/include/asm/mach-ip27/topology.h | 1 - arch/mips/include/asm/mach-loongson64/topology.h | 1 - arch/powerpc/include/asm/topology.h | 2 -- arch/s390/include/asm/topology.h | 6 ------ arch/sh/include/asm/topology.h | 1 - arch/sparc/include/asm/topology_64.h | 2 -- arch/tile/include/asm/topology.h | 6 ------ arch/x86/include/asm/topology.h | 6 ------ include/asm-generic/topology.h | 3 --- 12 files changed, 39 deletions(-)
-- 2.5.5
|  |