All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Remove the parent_node() for each arch
@ 2017-09-01  2:56 ` Dou Liyang
  0 siblings, 0 replies; 19+ messages in thread
From: Dou Liyang @ 2017-09-01  2:56 UTC (permalink / raw)
  To: akpm, linux-kernel
  Cc: Dou Liyang, Tony Luck, Fenghua Yu, linux-ia64, Ralf Baechle,
	James Hogan, linux-mips, Martin Schwidefsky, Heiko Carstens,
	Michael Holzheu, linux-s390, Yoshinori Sato, Rich Felker,
	linux-sh, David S. Miller, sparclinux, Chris Metcalf,
	Arnd Bergmann, linux-arch

Changelog:

v1 --> v2:
   --Remove the patches which have been add to each arch tree individually.
      [01/11] arm64   ...Has been added to arm64 tree, Queued for 4.14
      [03/11] metag   ...Has been added to the -mm tree
      [05/11] powerpc ...Has been added to the powerpc tree
      [10/11] x86     ...Has been added to the tip sched/core

   --Rebase the remaining patches and repost.

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.

Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: linux-ia64@vger.kernel.org
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Cc: linux-s390@vger.kernel.org
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Cc: Chris Metcalf <cmetcalf@mellanox.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arch@vger.kernel.org
Cc: akpm@linux-foundation.org

Dou Liyang (7):
  ia64: topology: Remove the unused parent_node() macro
  MIPS: 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
  asm-generic: numa: Remove the unused parent_node() macro

 arch/ia64/include/asm/topology.h                 | 7 -------
 arch/mips/include/asm/mach-ip27/topology.h       | 1 -
 arch/mips/include/asm/mach-loongson64/topology.h | 1 -
 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 ------
 include/asm-generic/topology.h                   | 3 ---
 8 files changed, 27 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2017-09-01  8:54 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-01  2:56 [PATCH v2 0/7] Remove the parent_node() for each arch Dou Liyang
2017-09-01  2:56 ` Dou Liyang
2017-09-01  2:56 ` Dou Liyang
2017-09-01  2:56 ` [PATCH v2 1/7] ia64: topology: Remove the unused parent_node() macro Dou Liyang
2017-09-01  2:56   ` Dou Liyang
2017-09-01  2:56 ` [PATCH v2 2/7] MIPS: numa: " Dou Liyang
2017-09-01  2:56   ` Dou Liyang
2017-09-01  8:42   ` Ralf Baechle
2017-09-01  8:54     ` Dou Liyang
2017-09-01  8:54       ` Dou Liyang
2017-09-01  2:56 ` [PATCH v2 3/7] s390/topology: " Dou Liyang
2017-09-01  2:56   ` Dou Liyang
2017-09-01  2:56 ` [PATCH v2 4/7] sh/numa: " Dou Liyang
2017-09-01  2:56   ` Dou Liyang
2017-09-01  2:56 ` [PATCH v2 5/7] sparc64/topology: " Dou Liyang
2017-09-01  2:56   ` Dou Liyang
2017-09-01  2:56 ` [PATCH v2 6/7] tile/topology: " Dou Liyang
2017-09-01  2:56 ` [PATCH v2 7/7] asm-generic: numa: " Dou Liyang
2017-09-01  2:56   ` 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.