[Debug 1/2] x86/PCI/ACPI: Ignore resources consumed by host bridge itself

2015-03-02 Thread Jiang Liu
When parsing resources for PCI host bridge, we should ignore resources consumed by host bridge itself and only report window resources available to child PCI busses. Signed-off-by: Jiang Liu --- arch/x86/pci/acpi.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a

[Debug 1/2] x86/PCI/ACPI: Ignore resources consumed by host bridge itself

2015-03-02 Thread Jiang Liu
When parsing resources for PCI host bridge, we should ignore resources consumed by host bridge itself and only report window resources available to child PCI busses. Signed-off-by: Jiang Liu --- arch/x86/pci/acpi.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/

[Debug 1/2] x86/PCI/ACPI: Ignore resources consumed by host bridge itself

2015-03-01 Thread Jiang Liu
When parsing resources for PCI host bridge, we should ignore resources consumed by host bridge itself and only report window resources available to child PCI busses. Signed-off-by: Jiang Liu --- arch/x86/pci/acpi.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/