From 2fceb165bd49cb23f4f9238da60e14f4e2c3fba2 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 29 Aug 2007 08:34:39 +0100 Subject: [PATCH] --- yaml --- r: 64846 b: refs/heads/master c: 41f9c78c2e599d3a50cf092eda2d1c2d5962bda8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/pci/pci.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 17c023f1c19e..d0821b52d7ae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28e18a0f691b3737f73ab9033ded6a4da6c31b2f +refs/heads/master: 41f9c78c2e599d3a50cf092eda2d1c2d5962bda8 diff --git a/trunk/arch/mips/pci/pci.c b/trunk/arch/mips/pci/pci.c index 6c5c684d1422..589b745d822a 100644 --- a/trunk/arch/mips/pci/pci.c +++ b/trunk/arch/mips/pci/pci.c @@ -141,6 +141,7 @@ static int __init pcibios_init(void) bus = pci_scan_bus(next_busno, hose->pci_ops, hose); hose->bus = bus; + need_domain_info = need_domain_info || hose->index; hose->need_domain_info = need_domain_info; if (bus) { next_busno = bus->subordinate + 1;