From patchwork Mon Mar 23 12:40:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yijing Wang X-Patchwork-Id: 6073021 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id AF5DD9F318 for ; Mon, 23 Mar 2015 12:56:04 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DD98F2024C for ; Mon, 23 Mar 2015 12:56:03 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F415B201FE for ; Mon, 23 Mar 2015 12:56:02 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ya1r6-0008FH-7z; Mon, 23 Mar 2015 12:53:20 +0000 Received: from szxga01-in.huawei.com ([58.251.152.64]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ya1l8-0002mj-2R for linux-arm-kernel@lists.infradead.org; Mon, 23 Mar 2015 12:47:11 +0000 Received: from 172.24.2.119 (EHLO szxeml434-hub.china.huawei.com) ([172.24.2.119]) by szxrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id CLE71380; Mon, 23 Mar 2015 20:44:22 +0800 (CST) Received: from localhost.localdomain (10.175.100.166) by szxeml434-hub.china.huawei.com (10.82.67.225) with Microsoft SMTP Server id 14.3.158.1; Mon, 23 Mar 2015 20:44:14 +0800 From: Yijing Wang To: Bjorn Helgaas Subject: [PATCH v7 31/31] PCI: Clean up CONFIG_PCI_DOMAINS_GENERIC Date: Mon, 23 Mar 2015 20:40:57 +0800 Message-ID: <1427114457-16687-32-git-send-email-wangyijing@huawei.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1427114457-16687-1-git-send-email-wangyijing@huawei.com> References: <1427114457-16687-1-git-send-email-wangyijing@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.175.100.166] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150323_054710_974334_FBA086FD X-CRM114-Status: GOOD ( 10.39 ) X-Spam-Score: -0.0 (/) Cc: Liviu Dudau , Rusty Russell , Russell King , Arnd Bergmann , Marc Zyngier , linux-pci@vger.kernel.org, x86@kernel.org, linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, "David S. Miller" , linux-alpha@vger.kernel.org, Tony Luck , Geert Uytterhoeven , Benjamin Herrenschmidt , Yijing Wang , linux-ia64@vger.kernel.org, Thomas Gleixner , Guan Xuetao , Yinghai Lu , Jiang Liu , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Now we could clean up CONFIG_PCI_DOMAINS_GENERIC. Signed-off-by: Yijing Wang --- arch/arm/Kconfig | 3 --- arch/arm64/Kconfig | 3 --- drivers/pci/host-bridge.c | 9 +++++---- drivers/pci/pci.c | 2 -- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9f1f09a..b5dab6c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1283,9 +1283,6 @@ config PCI_DOMAINS bool depends on PCI -config PCI_DOMAINS_GENERIC - def_bool PCI_DOMAINS - config PCI_NANOENGINE bool "BSE nanoEngine PCI support" depends on SA1100_NANOENGINE diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 1b8e973..4b1cc27 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -242,9 +242,6 @@ config PCI config PCI_DOMAINS def_bool PCI -config PCI_DOMAINS_GENERIC - def_bool PCI - config PCI_SYSCALL def_bool PCI diff --git a/drivers/pci/host-bridge.c b/drivers/pci/host-bridge.c index 5b85621..deddfc7 100644 --- a/drivers/pci/host-bridge.c +++ b/drivers/pci/host-bridge.c @@ -4,6 +4,8 @@ #include #include +#include +#include #include #include "pci.h" @@ -82,12 +84,13 @@ struct pci_host_bridge *pci_create_host_bridge( resource_list_for_each_entry_safe(window, n, resources) list_move_tail(&window->node, &host->windows); /* - * If support CONFIG_PCI_DOMAINS_GENERIC, use + * If domain == -1, we need to use * pci_host_assign_domain_nr() to update domain * number. */ host->domain = domain; - pci_host_assign_domain_nr(host); + if (host->domain == -1) + pci_host_assign_domain_nr(host); mutex_lock(&pci_host_mutex); list_for_each_entry(tmp, &pci_host_bridge_list, list) { if (tmp->domain != host->domain @@ -169,7 +172,6 @@ int pci_get_new_domain_nr(void) return atomic_inc_return(&__domain_nr); } -#ifdef CONFIG_PCI_DOMAINS_GENERIC static int pci_assign_domain_nr(struct device *dev) { static int use_dt_domains = -1; @@ -220,7 +222,6 @@ void pci_host_assign_domain_nr(struct pci_host_bridge *host) host->domain = pci_assign_domain_nr(host->dev.parent); } #endif -#endif void pci_set_host_bridge_release(struct pci_host_bridge *bridge, void (*release_fn)(struct pci_host_bridge *), diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 044801c..5b18429 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -10,8 +10,6 @@ #include #include #include -#include -#include #include #include #include