diff options
Diffstat (limited to 'arch/arm/include/asm/pgtable.h')
-rw-r--r-- | arch/arm/include/asm/pgtable.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/include/asm/pgtable.h b/arch/arm/include/asm/pgtable.h index 3f2f0eb76211..f66626d71e7d 100644 --- a/arch/arm/include/asm/pgtable.h +++ b/arch/arm/include/asm/pgtable.h | |||
@@ -42,13 +42,6 @@ | |||
42 | #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) | 42 | #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) |
43 | #define VMALLOC_END 0xff000000UL | 43 | #define VMALLOC_END 0xff000000UL |
44 | 44 | ||
45 | /* This is a temporary hack until shmobile's DMA area size is sorted out */ | ||
46 | #ifdef CONFIG_ARCH_SHMOBILE | ||
47 | #warning "SH-Mobile's consistent DMA size conflicts with VMALLOC_END by 144MB" | ||
48 | #undef VMALLOC_END | ||
49 | #define VMALLOC_END 0xF6000000UL | ||
50 | #endif | ||
51 | |||
52 | #define LIBRARY_TEXT_START 0x0c000000 | 45 | #define LIBRARY_TEXT_START 0x0c000000 |
53 | 46 | ||
54 | #ifndef __ASSEMBLY__ | 47 | #ifndef __ASSEMBLY__ |
@@ -306,6 +299,7 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) | |||
306 | * We provide our own arch_get_unmapped_area to cope with VIPT caches. | 299 | * We provide our own arch_get_unmapped_area to cope with VIPT caches. |
307 | */ | 300 | */ |
308 | #define HAVE_ARCH_UNMAPPED_AREA | 301 | #define HAVE_ARCH_UNMAPPED_AREA |
302 | #define HAVE_ARCH_UNMAPPED_AREA_TOPDOWN | ||
309 | 303 | ||
310 | /* | 304 | /* |
311 | * remap a physical page `pfn' of size `size' with page protection `prot' | 305 | * remap a physical page `pfn' of size `size' with page protection `prot' |