~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/x86/pci/mmconfig-shared.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
606
606
        if (list_empty(&pci_mmcfg_list))
607
607
                return;
608
608
 
 
609
        if (pcibios_last_bus < 0) {
 
610
                const struct pci_mmcfg_region *cfg;
 
611
 
 
612
                list_for_each_entry(cfg, &pci_mmcfg_list, list) {
 
613
                        if (cfg->segment)
 
614
                                break;
 
615
                        pcibios_last_bus = cfg->end_bus;
 
616
                }
 
617
        }
 
618
 
609
619
        if (pci_mmcfg_arch_init())
610
620
                pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF;
611
621
        else {