[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080326135458.GA27621@elte.hu>
Date: Wed, 26 Mar 2008 14:54:58 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Ivan Kokshaysky <ink@...assic.park.msu.ru>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Thomas Meyer <thomas@...3r.de>,
Stefan Richter <stefanr@...6.in-berlin.de>,
Thomas Gleixner <tglx@...utronix.de>,
"Rafael J. Wysocki" <rjw@...k.pl>,
LKML <linux-kernel@...r.kernel.org>,
Adrian Bunk <bunk@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Natalie Protasevich <protasnb@...il.com>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Gary Hade <garyhade@...ibm.com>
Subject: [patch] pci: revert "PCI: remove transparent bridge sizing"
* Ivan Kokshaysky <ink@...assic.park.msu.ru> wrote:
> Thomas, can you put CONFIG_RESOURCES_64BIT=y back and either revert
> commit 8fa5913d54f3b1e09948e6a0db34da887e05ff1f, or just comment out
> these two lines in drivers/pci/setup-bus.c:
>
> if (bus->self->transparent)
> break;
>
> and check if it helps?
alternatively, try x86.git/latest which has the revert below included.
Ingo
------------------>
Subject: pci: revert "PCI: remove transparent bridge sizing"
From: Ingo Molnar <mingo@...e.hu>
Date: Wed Mar 26 14:38:07 CET 2008
revert commit 8fa5913d54f3b1e09948e6a0db34da887e05ff1f as it is wrong.
Requested by Ivan Kokshaysky.
Signed-off-by-if-Thomas-reports-success: Ingo Molnar <mingo@...e.hu>
---
drivers/pci/setup-bus.c | 5 -----
1 file changed, 5 deletions(-)
Index: linux-x86.q/drivers/pci/setup-bus.c
===================================================================
--- linux-x86.q.orig/drivers/pci/setup-bus.c
+++ linux-x86.q/drivers/pci/setup-bus.c
@@ -486,12 +486,7 @@ void __ref pci_bus_size_bridges(struct p
break;
case PCI_CLASS_BRIDGE_PCI:
- /* don't size subtractive decoding (transparent)
- * PCI-to-PCI bridges */
- if (bus->self->transparent)
- break;
pci_bridge_check_ranges(bus);
- /* fall through */
default:
pbus_size_io(bus);
/* If the bridge supports prefetchable range, size it
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists