• L
    [IA64] pci_acpi_scan_root cleanup · 8a20fd52
    Luck, Tony 提交于
    The code walks all the acpi _CRS methods to see how many windows
    to allocate.  It then scans them all again to insert_resource()
    for each *even if the first scan found that there were none*.
    
    Move the second scan inside the "if (windows)" clause.
    Signed-off-by: NTony Luck <tony.luck@intel.com>
    8a20fd52
pci.c 18.1 KB