commit | fded1ef9c55e30d91508487c45334c8947cc5f7b | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Tue Jul 05 22:28:09 2011 -0400 |
committer | Nicolas Pitre <nico@fluxnic.net> | Mon Jul 18 15:30:04 2011 -0400 |
tree | d12ffb98f1f5fc8ba166982520cba54a0c93b721 | |
parent | e9107ab623648587a044ee925c1708655bdf9813 [diff] [blame] |
ARM: mach-shark: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
diff --git a/arch/arm/mach-shark/core.c b/arch/arm/mach-shark/core.c index 5cf7f94..ac2873c 100644 --- a/arch/arm/mach-shark/core.c +++ b/arch/arm/mach-shark/core.c
@@ -156,4 +156,5 @@ .map_io = shark_map_io, .init_irq = shark_init_irq, .timer = &shark_timer, + .dma_zone_size = SZ_4M, MACHINE_END