
4 Dec
2008
4 Dec
'08
10:01 p.m.
On Fri, Nov 21, 2008 at 7:24 PM, beckyb@kernel.crashing.org wrote:
From: Becky Bruce becky.bruce@freescale.com
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 beckyb@kernel.crashing.org Signed-off-by: Kumar Gala galak@kernel.crashing.org
Applied, thanks