ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-ixp4xx / include / mach / memory.h
blob34e79404671afc265fe6ff324d1cace94640388d
1 /*
2 * arch/arm/mach-ixp4xx/include/mach/memory.h
4 * Copyright (c) 2001-2004 MontaVista Software, Inc.
5 */
7 #ifndef __ASM_ARCH_MEMORY_H
8 #define __ASM_ARCH_MEMORY_H
10 #include <asm/sizes.h>
13 * Physical DRAM offset.
15 #define PLAT_PHYS_OFFSET UL(0x00000000)
17 #ifdef CONFIG_PCI
18 #define ARM_DMA_ZONE_SIZE SZ_64M
19 #endif
21 #endif