From: Arnd Bergmann Date: Mon, 27 Apr 2009 15:38:25 +0000 (+0200) Subject: microblaze: use generic dma-mapping-broken.h X-Git-Tag: v2.6.31-rc1~360^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2224ff07f345f3f9716071cc90ee50e29af7497;p=pandora-kernel.git microblaze: use generic dma-mapping-broken.h Microblaze does not support the Linux DMA mapping API at this point, so disable CONFIG_NO_DMA. This lets us use the generic dma-mapping-broken.h implementation instead of providing a different copy. Any drivers that try to use DMA mapping now get omitted from Kconfig or produce a link error, rather than failing silently at run time. Signed-off-by: Arnd Bergmann Signed-off-by: Michal Simek --- Reading git-diff-tree failed