From: Scott Wood Date: Fri, 8 Aug 2014 23:40:45 +0000 (-0500) Subject: powerpc/fsl-pci: Limit ZONE_DMA32 to 2GiB on 64-bit platforms X-Git-Tag: fixes-against-v3.18-rc2~117^2~22^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f44cc56c0994df7778bde55c8d5e9aa9fff8f5;p=pandora-kernel.git powerpc/fsl-pci: Limit ZONE_DMA32 to 2GiB on 64-bit platforms FSL PCI cannot directly address the whole lower 4 GiB due to conflicts with PCICSRBAR and outbound windows. By the time max_direct_dma_addr is set to the precise limit, it will be too late to alter the zone limits, but we should always have at least 2 GiB mapped (unless RAM is smaller than that). Signed-off-by: Scott Wood Cc: Shaohui Xie --- Reading git-diff-tree failed