diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/mm/mmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/mm/mmap.c b/arch/s390/mm/mmap.c index 5578740ab9c9..89eff9e7b0b5 100644 --- a/arch/s390/mm/mmap.c +++ b/arch/s390/mm/mmap.c | |||
@@ -42,9 +42,9 @@ static unsigned long stack_maxrandom_size(void) | |||
42 | /* | 42 | /* |
43 | * Top of mmap area (just below the process stack). | 43 | * Top of mmap area (just below the process stack). |
44 | * | 44 | * |
45 | * Leave an at least ~128 MB hole. | 45 | * Leave at least a ~32 MB hole. |
46 | */ | 46 | */ |
47 | #define MIN_GAP (128*1024*1024) | 47 | #define MIN_GAP (32*1024*1024) |
48 | #define MAX_GAP (STACK_TOP/6*5) | 48 | #define MAX_GAP (STACK_TOP/6*5) |
49 | 49 | ||
50 | static inline unsigned long mmap_base(void) | 50 | static inline unsigned long mmap_base(void) |