diff options
-rw-r--r-- | arch/arm/include/asm/pgtable.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/include/asm/pgtable.h b/arch/arm/include/asm/pgtable.h index 6cdd55cb0b8c..bcae9b81a6d0 100644 --- a/arch/arm/include/asm/pgtable.h +++ b/arch/arm/include/asm/pgtable.h | |||
@@ -37,6 +37,13 @@ | |||
37 | #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) | 37 | #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) |
38 | #define VMALLOC_END 0xff000000UL | 38 | #define VMALLOC_END 0xff000000UL |
39 | 39 | ||
40 | /* This is a temporary hack until shmobile's DMA area size is sorted out */ | ||
41 | #ifdef CONFIG_ARCH_SHMOBILE | ||
42 | #warning "SH-Mobile's consistent DMA size conflicts with VMALLOC_END by 144MB" | ||
43 | #undef VMALLOC_END | ||
44 | #define VMALLOC_END 0xF6000000UL | ||
45 | #endif | ||
46 | |||
40 | #define LIBRARY_TEXT_START 0x0c000000 | 47 | #define LIBRARY_TEXT_START 0x0c000000 |
41 | 48 | ||
42 | #ifndef __ASSEMBLY__ | 49 | #ifndef __ASSEMBLY__ |