diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-09-03 03:05:10 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-09-06 23:25:54 +0200 |
commit | 98b0124f0e2b88ec74cbd9345cf6195e527ce251 (patch) | |
tree | 411e80fcecedcb4dbddd545757d6fad80dd8411c /arch/arm/mach-prima2/include | |
parent | Merge the enabling by default of ARM_PATCH_PHYS_VIRT (diff) | |
download | linux-98b0124f0e2b88ec74cbd9345cf6195e527ce251.tar.xz linux-98b0124f0e2b88ec74cbd9345cf6195e527ce251.zip |
ARM: mach-prima2: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
Original comment:
Restrict DMA-able region to workaround silicon limitation.
The limitation restricts buffers available for DMA to SD/MMC
hardware to be below 256MB.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-prima2/include')
-rw-r--r-- | arch/arm/mach-prima2/include/mach/memory.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-prima2/include/mach/memory.h b/arch/arm/mach-prima2/include/mach/memory.h index 368cd5a0601a..0d5ee6af8c54 100644 --- a/arch/arm/mach-prima2/include/mach/memory.h +++ b/arch/arm/mach-prima2/include/mach/memory.h @@ -11,11 +11,4 @@ #define PLAT_PHYS_OFFSET UL(0x00000000) -/* - * Restrict DMA-able region to workaround silicon limitation. - * The limitation restricts buffers available for DMA to SD/MMC - * hardware to be below 256MB - */ -#define ARM_DMA_ZONE_SIZE (SZ_256M) - #endif |