From: Aurelien Jacquiot Date: Tue, 4 Oct 2011 16:17:19 +0000 (-0400) Subject: C6X: memory management and DMA support X-Git-Tag: v3.3-rc1~108^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14aa7e8bf6d84c9a42c48e7f93472d830f694b1e;p=pandora-kernel.git C6X: memory management and DMA support Original port to early 2.6 kernel using TI COFF toolchain. Brought up to date by Mark Salter The C6X architecture currently lacks an MMU so memory management is relatively simple. There is no bus snooping between L2 and main memory but coherent DMA memory is supported by making regions of main memory uncached. If such a region is desired, it can be specified on the commandline with a "memdma=" argument. Signed-off-by: Aurelien Jacquiot Signed-off-by: Mark Salter Acked-by: Arnd Bergmann --- Reading git-diff-tree failed