Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279885
b: refs/heads/master
c: 0af362f
h: refs/heads/master
i:
  279883: a45dbce
v: v3
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Nov 27, 2011
1 parent f88c510 commit c9492d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d0e6b2236a26711939bfcdd97370fedcd526a191
refs/heads/master: 0af362f8440a78b970d5f215e234420fa87d0f3f
7 changes: 7 additions & 0 deletions trunk/arch/arm/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
#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 c9492d9

Please sign in to comment.