commit | 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Feb 06 09:49:32 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Sat Feb 07 23:50:08 2009 +0100 |
tree | 981d68cdac14da581e8efad49ff2ec069d7dbe53 | |
parent | ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612 [diff] |
pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys} we should give preference to memory regions that aren't system memory. Its possible that we have over mapped system memory in the regions and we want to avoid depending on the order of the regions. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>