commit | dffc9efc562b8a2180e86df9f733cb113ba94b33 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Wed Jan 28 17:07:19 2009 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue Mar 24 15:17:41 2009 +1000 |
tree | 24eac81d4c03348530c7d457f78ae30d46a0c278 | |
parent | 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84 [diff] |
m68knommu: mark all RAM as ZONE_DMA There is no reason not to put all RAM in ZONE_DMA for these simple m68k varients (same as the standard MMU m68k code does). With this in place the usual dma_alloc_coherent() work as expected. Signed-off-by: Greg Ungerer <gerg@uclinux.org>