Message ID | 20100428082530.29018.50464.sendpatchset@t400s (mailing list archive) |
---|---|
State | Accepted |
Commit | 28f0721a79046056ced3b9bd79c319c5c417ec30 |
Headers | show |
--- 0001/arch/arm/mach-shmobile/include/mach/memory.h +++ work/arch/arm/mach-shmobile/include/mach/memory.h 2010-04-28 17:17:08.000000000 +0900 @@ -4,4 +4,7 @@ #define PHYS_OFFSET UL(CONFIG_MEMORY_START) #define MEM_SIZE UL(CONFIG_MEMORY_SIZE) +/* DMA memory at 0xf6000000 - 0xffdfffff */ +#define CONSISTENT_DMA_SIZE (158 << 20) + #endif /* __ASM_MACH_MEMORY_H */