Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751439AbdIAC4v (ORCPT ); Thu, 31 Aug 2017 22:56:51 -0400 Received: from mail.cn.fujitsu.com ([183.91.158.132]:12496 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751109AbdIAC4s (ORCPT ); Thu, 31 Aug 2017 22:56:48 -0400 X-IronPort-AV: E=Sophos;i="5.41,456,1498492800"; d="scan'208";a="25090026" From: Dou Liyang To: , CC: Dou Liyang , Tony Luck , Fenghua Yu , , Ralf Baechle , James Hogan , , Martin Schwidefsky , Heiko Carstens , Michael Holzheu , , Yoshinori Sato , Rich Felker , , "David S. Miller" , , Chris Metcalf , Arnd Bergmann , Subject: [PATCH v2 0/7] Remove the parent_node() for each arch Date: Fri, 1 Sep 2017 10:56:32 +0800 Message-ID: <1504234599-29533-1-git-send-email-douly.fnst@cn.fujitsu.com> X-Mailer: git-send-email 2.5.5 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.167.226.106] X-yoursite-MailScanner-ID: EFBD14724E61.A1DA6 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: douly.fnst@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2273 Lines: 60 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 Cc: Fenghua Yu Cc: linux-ia64@vger.kernel.org Cc: Ralf Baechle Cc: James Hogan Cc: linux-mips@linux-mips.org Cc: Martin Schwidefsky Cc: Heiko Carstens Cc: Michael Holzheu Cc: linux-s390@vger.kernel.org Cc: Yoshinori Sato Cc: Rich Felker Cc: linux-sh@vger.kernel.org Cc: "David S. Miller" Cc: sparclinux@vger.kernel.org Cc: Chris Metcalf Cc: Arnd Bergmann 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