Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1697098
| From | Dou Liyang <douly.fnst@cn.fujitsu.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/11] Remove the parent_node() for each arch |
| Date | 2017-07-26 15:40 +0200 |
| Message-ID | <u7uHD-SQ-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/11] Remove the parent_node() for each arch Dou Liyang <douly.fnst@cn.fujitsu.com> - 2017-07-26 15:40 +0200
[PATCH 01/11] arm64: numa: Remove the unused parent_node() macro Dou Liyang <douly.fnst@cn.fujitsu.com> - 2017-07-26 15:40 +0200
[PATCH 10/11] x86/topology: Remove the unused parent_node() macro Dou Liyang <douly.fnst@cn.fujitsu.com> - 2017-07-26 15:40 +0200
[tip:sched/core] x86/topology: Remove the unused parent_node() macro tip-bot for Dou Liyang <tipbot@zytor.com> - 2017-07-27 11:10 +0200
[PATCH 08/11] sparc64/topology: Remove the unused parent_node() macro Dou Liyang <douly.fnst@cn.fujitsu.com> - 2017-07-26 15:40 +0200
Re: [PATCH 08/11] sparc64/topology: Remove the unused parent_node() macro David Miller <davem@davemloft.net> - 2017-07-26 18:50 +0200
[PATCH 04/11] MIPS: numa: Remove the unused parent_node() macro Dou Liyang <douly.fnst@cn.fujitsu.com> - 2017-07-26 15:40 +0200
[PATCH 03/11] metag/numa: Remove the unused parent_node() macro Dou Liyang <douly.fnst@cn.fujitsu.com> - 2017-07-26 15:40 +0200
[PATCH 07/11] sh/numa: Remove the unused parent_node() macro Dou Liyang <douly.fnst@cn.fujitsu.com> - 2017-07-26 15:40 +0200
csiph-web