lkml.org 
[lkml]   [2012]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 06/18] PCI, ia64: Register busn_res for root buses
    Date
    Signed-off-by: Yinghai Lu <yinghai@kernel.org>
    Cc: Tony Luck <tony.luck@intel.com>
    Cc: Fenghua Yu <fenghua.yu@intel.com>
    Cc: linux-ia64@vger.kernel.org
    ---
    arch/ia64/pci/pci.c | 2 ++
    1 files changed, 2 insertions(+), 0 deletions(-)

    diff --git a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c
    index d1ce320..bc59e950 100644
    --- a/arch/ia64/pci/pci.c
    +++ b/arch/ia64/pci/pci.c
    @@ -332,6 +332,7 @@ pci_acpi_scan_root(struct acpi_pci_root *root)
    struct acpi_device *device = root->device;
    int domain = root->segment;
    int bus = root->secondary.start;
    + int busmax = root->secondary.end;
    struct pci_controller *controller;
    unsigned int windows = 0;
    struct pci_root_info info;
    @@ -385,6 +386,7 @@ pci_acpi_scan_root(struct acpi_pci_root *root)
    return NULL;
    }

    + pci_bus_insert_busn_res(pbus, busnum, busmax);
    pbus->subordinate = pci_scan_child_bus(pbus);
    return pbus;

    --
    1.7.7


    \
     
     \ /
      Last update: 2012-02-28 03:17    [W:5.147 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site