All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Remove the parent_node() for each arch
@ 2017-07-26 13:34 Dou Liyang
  2017-07-26 13:34   ` Dou Liyang
                   ` (10 more replies)
  0 siblings, 11 replies; 37+ messages in thread
From: Dou Liyang @ 2017-07-26 13:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: mpe, Dou Liyang

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

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2017-08-18 12:50 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-26 13:34 [PATCH 00/11] Remove the parent_node() for each arch Dou Liyang
2017-07-26 13:34 ` [PATCH 01/11] arm64: numa: Remove the unused parent_node() macro Dou Liyang
2017-07-26 13:34   ` Dou Liyang
2017-08-04 13:30   ` Will Deacon
2017-08-04 13:30     ` Will Deacon
2017-08-04 15:28     ` Dou Liyang
2017-08-04 15:28       ` Dou Liyang
2017-08-15 13:38       ` Catalin Marinas
2017-08-15 13:38         ` Catalin Marinas
2017-07-26 13:34 ` [PATCH 02/11] ia64: topology: " Dou Liyang
2017-07-26 13:34   ` Dou Liyang
2017-07-26 13:34 ` [PATCH 03/11] metag/numa: " Dou Liyang
2017-07-26 13:34   ` Dou Liyang
2017-07-26 13:34 ` [PATCH 04/11] MIPS: numa: " Dou Liyang
2017-07-26 13:34   ` Dou Liyang
2017-07-26 13:34 ` [PATCH 05/11] powerpc/topology: " Dou Liyang
2017-07-27  2:21   ` Michael Ellerman
2017-07-27  2:49     ` Dou Liyang
2017-08-16 11:13       ` Michael Ellerman
2017-08-18 12:50   ` [05/11] " Michael Ellerman
2017-07-26 13:34 ` [PATCH 06/11] s390/topology: " Dou Liyang
2017-07-26 13:34   ` Dou Liyang
2017-07-27  8:19   ` Heiko Carstens
2017-08-16 12:56     ` Dou Liyang
2017-08-16 12:56       ` Dou Liyang
2017-07-26 13:34 ` [PATCH 07/11] sh/numa: " Dou Liyang
2017-07-26 13:34   ` Dou Liyang
2017-07-26 13:34 ` [PATCH 08/11] sparc64/topology: " Dou Liyang
2017-07-26 13:34   ` Dou Liyang
2017-07-26 16:46   ` David Miller
2017-07-26 16:46     ` David Miller
2017-07-26 13:34 ` [PATCH 09/11] tile/topology: " Dou Liyang
2017-07-26 18:00   ` Chris Metcalf
2017-07-26 13:34 ` [PATCH 10/11] x86/topology: " Dou Liyang
2017-07-27  8:58   ` [tip:sched/core] " tip-bot for Dou Liyang
2017-07-26 13:34 ` [PATCH 11/11] asm-generic: numa: " Dou Liyang
2017-07-26 13:34   ` Dou Liyang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.