Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119801
b: refs/heads/master
c: 794baba
h: refs/heads/master
i:
  119799: 89dfbd4
v: v3
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Dec 6, 2008
1 parent 1f57637 commit dfeb5d5
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: 94fc7336646b392234c0fafea5d696d020c3677c
refs/heads/master: 794baba637999b81aa40e60fae1fa91978e08808
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <asm/types.h>

#ifdef __KERNEL__
#define STACK_TOP ((current->personality == PER_LINUX_32BIT) ? \
#define STACK_TOP ((current->personality & ADDR_LIMIT_32BIT) ? \
TASK_SIZE : TASK_SIZE_26)
#define STACK_TOP_MAX TASK_SIZE
#endif
Expand Down

0 comments on commit dfeb5d5

Please sign in to comment.