From: Gregory CLEMENT Date: Mon, 8 Apr 2013 22:52:10 +0000 (+0200) Subject: ARM: mvebu: Limit the DMA zone when LPAE is selected X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~9^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99ff056193924005e650ab3f1719995c3ca82646;p=pandora-kernel.git ARM: mvebu: Limit the DMA zone when LPAE is selected When LPAE is activated on Armada XP, all registers and IOs are still 32bit, the 40bit extension is on the CPU to DRAM path (windows) only. That means that all the DMA transfer are restricted to the low 32 bits address space. This is limitation is achieved by selecting ZONE_DMA. Signed-off-by: Gregory CLEMENT Signed-off-by: Jason Cooper --- Reading git-diff-tree failed