• G
    PCI: remove transparent bridge sizing · 8fa5913d
    Gary Hade 提交于
    Remove transparent bridge sizing.
    
    Due to code in pci_read_bridge_bases() [drivers/pci/probe.c] the child
    bus of a transparent bridge already has access to the parent bus
    resources so transparent bridge sizing appears unnecessary.  The bridge
    sizing includes alignment and granularity adjustments that can cause
    significantly more memory to be reserved from the parant bus than
    required by devices on the child bus and allotted by _CRS.
    Signed-off-by: NGary Hade <gary.hade@us.ibm.com>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
    8fa5913d
setup-bus.c 15.1 KB