Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230966
b: refs/heads/master
c: 9e78a13
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jan 12, 2011
1 parent 9c09c65 commit 7936991
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9046e401e752dba784805a7818f99cc45a39cbff
refs/heads/master: 9e78a13bfb1640c058fde9dabfd386b942539018
4 changes: 2 additions & 2 deletions trunk/arch/s390/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ static unsigned long stack_maxrandom_size(void)
/*
* Top of mmap area (just below the process stack).
*
* Leave an at least ~128 MB hole.
* Leave at least a ~32 MB hole.
*/
#define MIN_GAP (128*1024*1024)
#define MIN_GAP (32*1024*1024)
#define MAX_GAP (STACK_TOP/6*5)

static inline unsigned long mmap_base(void)
Expand Down

0 comments on commit 7936991

Please sign in to comment.