git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c978ca
)
sh: Bump up dma_ops initialization far earlier in the boot process.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 27 Oct 2009 08:07:45 +0000
(17:07 +0900)
committer
Paul 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