commit | 47d20dfbd186a32ea69fd00d97a2d3720a68af57 | [log] [tgz] |
---|---|---|
author | Becky Bruce <beckyb@kernel.crashing.org> | Wed Dec 03 22:36:44 2008 -0600 |
committer | Jon Loeliger <jdl@freescale.com> | Tue Jan 13 15:27:46 2009 -0600 |
tree | 91dfeb07be2227544e11d432c93a1f4b9dccc43f | |
parent | 8dc2d64f4e29011f55b95744da7f4cdf3529d3c5 [diff] |
mpc8610hpcd: Fix PCI mapping concepts Rename _BASE to _BUS, as it's actually a PCI bus address, separate virtual and physical addresses into _VIRT and _PHYS, and use each appopriately. This makes the code easier to read and understand, and facilitates mapping changes going forward. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>