Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349691
b: refs/heads/master
c: 79d1f5c
h: refs/heads/master
i:
  349689: 948a820
  349687: 57a7922
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Feb 8, 2013
1 parent 376b8ee commit aa76eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 633dc92a28fc3fea6f08ef34de0b353ff5f9bf08
refs/heads/master: 79d1f5c9acf9fc8d06e5537083b19114ce87159f
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
#define PAGE_OFFSET UL(CONFIG_PAGE_OFFSET)
#define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(0x01000000))
#define TASK_UNMAPPED_BASE (UL(CONFIG_PAGE_OFFSET) / 3)
#define TASK_UNMAPPED_BASE ALIGN(TASK_SIZE / 3, SZ_16M)

/*
* The maximum size of a 26-bit user space task.
Expand Down

0 comments on commit aa76eda

Please sign in to comment.