commit | 78994e240fce03832ceebc875c43773a2c615e79 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Dec 31 16:41:15 2007 +1100 |
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Tue Jan 08 08:05:23 2008 -0600 |
tree | a1293928736ee74ab032a341fd28515c268ea3ee | |
parent | 2af59f7d5c3e342db4bdd28c59090aee05577aef [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>