commit | 94c285108e4551157ecc1b8156921712138fa860 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Oct 27 17:07:45 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Oct 27 17:07:45 2009 +0900 |
tree | 5eed34d9e097a81542c8c640b19fb264d071518a | |
parent | 4c978ca3194a4002407a85b15122f793efc8616b [diff] |
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 <lethal@linux-sh.org>