summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBecky Bruce <[email protected]>2008-11-21 19:24:22 -0600
committerAndrew Fleming-AFLEMING <[email protected]>2008-12-03 22:48:50 -0600
commit35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3 (patch)
tree1e353701305b54aea14b29f37e2fcf2f5b91025d /include
parent5a105a333dab6a23e92d763ce76d6f31d57f45df (diff)
drivers/fsl_pci_init: Fix inbound window mapping bug
The current code will cause the creation of a 4GB window starting at 0 if we have more than 4GB of RAM installed, which overlaps with PCI_MEM space and causes pci_bus_to_phys() to return erroneous information. Limit the size to 4GB - 1; which causes the code to create one 2GB and one 1GB window instead. Signed-off-by: Becky Bruce <[email protected]> Signed-off-by: Kumar Gala <[email protected]> Acked-by: Andy Fleming <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions