Skip to content

Commit

Permalink
Revert "ARM: move VMALLOC_END down temporarily for shmobile"
Browse files Browse the repository at this point in the history
This reverts commit 0af362f as shmobile
is not using a non-standard memory layout anymore.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Jan 3, 2012
1 parent 5917bfa commit 9561f4e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/arm/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@
#define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
#define VMALLOC_END 0xff000000UL

/* This is a temporary hack until shmobile's DMA area size is sorted out */
#ifdef CONFIG_ARCH_SHMOBILE
#warning "SH-Mobile's consistent DMA size conflicts with VMALLOC_END by 144MB"
#undef VMALLOC_END
#define VMALLOC_END 0xF6000000UL
#endif

#define LIBRARY_TEXT_START 0x0c000000

#ifndef __ASSEMBLY__
Expand Down

0 comments on commit 9561f4e

Please sign in to comment.