Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367966
b: refs/heads/master
c: 5c883b4
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kuo committed May 1, 2013
1 parent 1447b7c commit 962d26a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e1150542fd1d75fe2b6c3491415c860cdc06be2
refs/heads/master: 5c883b462aa5ecde3da6cabdca00f6abac22aa74
3 changes: 1 addition & 2 deletions trunk/arch/hexagon/include/asm/mem-layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ extern int max_kernel_seg;
* supposed to be based on the amount of physical memory available
*/

#define VMALLOC_START (PAGE_OFFSET + VMALLOC_OFFSET + \
(unsigned long)high_memory)
#define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))

/* Gap between physical ram and vmalloc space for guard purposes. */
#define VMALLOC_OFFSET PAGE_SIZE
Expand Down

0 comments on commit 962d26a

Please sign in to comment.