aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-12-31 00:41:15 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2008-01-08 09:05:23 -0500
commit78994e240fce03832ceebc875c43773a2c615e79 (patch)
treea1293928736ee74ab032a341fd28515c268ea3ee /arch/powerpc
parent2af59f7d5c3e342db4bdd28c59090aee05577aef (diff)
[POWERPC] 4xx: PCIe: Increase max busses per port to 64
Because of how big mapping the config space is (1M per bus), we limit how many busses we support for now. In the long run, we could replace that with something akin to kmap_atomic instead. This patch changes the limit from currently 16 to 64. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/sysdev/ppc4xx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/ppc4xx_pci.c b/arch/powerpc/sysdev/ppc4xx_pci.c
index 3c2c14c32e76..5abfcd157483 100644
--- a/arch/powerpc/sysdev/ppc4xx_pci.c
+++ b/arch/powerpc/sysdev/ppc4xx_pci.c
@@ -533,7 +533,7 @@ static void __init ppc4xx_probe_pcix_bridge(struct device_node *np)
533 * 533 *
534 */ 534 */
535 535
536#define MAX_PCIE_BUS_MAPPED 0x10 536#define MAX_PCIE_BUS_MAPPED 0x40
537 537
538struct ppc4xx_pciex_port 538struct ppc4xx_pciex_port
539{ 539{