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-shark / include / mach / memory.h
blob4c0831f83b0c4529bd4a123bc20da4c8d2a0ed88
1 /*
2 * arch/arm/mach-shark/include/mach/memory.h
4 * by Alexander Schulz
6 * derived from:
7 * arch/arm/mach-ebsa110/include/mach/memory.h
8 * Copyright (c) 1996-1999 Russell King.
9 */
10 #ifndef __ASM_ARCH_MEMORY_H
11 #define __ASM_ARCH_MEMORY_H
13 #include <asm/sizes.h>
16 * Physical DRAM offset.
18 #define PLAT_PHYS_OFFSET UL(0x08000000)
20 #define ARM_DMA_ZONE_SIZE SZ_4M
23 * Cache flushing area
25 #define FLUSH_BASE_PHYS 0x80000000
26 #define FLUSH_BASE 0xdf000000
28 #endif