tools, slub: Fix off-by-one buffer corruption after readlink() call
[linux-2.6/linux-mips.git] / arch / arm / mach-shmobile / include / mach / memory.h
blobad00c3c258f43df9bb086bc8550a6729beab385b
1 #ifndef __ASM_MACH_MEMORY_H
2 #define __ASM_MACH_MEMORY_H
4 #define PLAT_PHYS_OFFSET UL(CONFIG_MEMORY_START)
5 #define MEM_SIZE UL(CONFIG_MEMORY_SIZE)
7 /* DMA memory at 0xf6000000 - 0xffdfffff */
8 #define CONSISTENT_DMA_SIZE (158 << 20)
10 #endif /* __ASM_MACH_MEMORY_H */