Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755508Ab3JWDYF (ORCPT ); Tue, 22 Oct 2013 23:24:05 -0400 Received: from mail-ie0-f180.google.com ([209.85.223.180]:37497 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754359Ab3JWDYC (ORCPT ); Tue, 22 Oct 2013 23:24:02 -0400 Subject: [PATCH 0/2] Remove pcibios_last_bus stuff To: David Howells , Koichi Yasutake From: Bjorn Helgaas Cc: linux-pci@vger.kernel.org, linux-am33-list@redhat.com, linux-kernel@vger.kernel.org Date: Tue, 22 Oct 2013 21:23:59 -0600 Message-ID: <20131023032140.12410.43295.stgit@bhelgaas-glaptop.roam.corp.google.com> User-Agent: StGit/0.16 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 937 Lines: 25 pcibios_last_bus is an x86 thing that has gotten copied into mn10300 and FR-V. On mn10300, it is clearly useless because it is set but never tested. On FR-V, I suspect it is also useless, but it is possible that people boot with "pci=lastbus=". Please speak up if you think it should be kept for FR-V. --- Bjorn Helgaas (2): frv/PCI: Remove pcibios_last_bus mn10300/PCI: Remove useless pcibios_last_bus arch/frv/mb93090-mb00/pci-frv.h | 1 - arch/frv/mb93090-mb00/pci-vdk.c | 36 ------------------------------- arch/mn10300/unit-asb2305/pci-asb2305.h | 1 - arch/mn10300/unit-asb2305/pci.c | 5 ---- 4 files changed, 43 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/