sh: Bump up dma_ops initialization far earlier in the boot process.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 27 Oct 2009 08:07:45 +0000 (17:07 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 27 Oct 2009 08:07:45 +0000 (17:07 +0900)
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 <lethal@linux-sh.org>

No differences found