From: Paul Mundt Date: Tue, 27 Oct 2009 08:07:45 +0000 (+0900) Subject: sh: Bump up dma_ops initialization far earlier in the boot process. X-Git-Tag: v2.6.33-rc1~347^2~27^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c285108e4551157ecc1b8156921712138fa860;p=pandora-kernel.git sh: Bump up dma_ops initialization far earlier in the boot process. Presently this was tacked on to the dma debug init bits from fs_initcall(), which is far too late for devices setting up their own per-device coherent areas. Throw this in the beginning of mem_init(), as per the x86 iommu allocation. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed