diff options
Diffstat (limited to 'mm/memory.c')
| -rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index 8d8f52569f32..0ec7bc644271 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
| @@ -87,7 +87,7 @@ int randomize_va_space __read_mostly = 1; | |||
| 87 | static int __init disable_randmaps(char *s) | 87 | static int __init disable_randmaps(char *s) |
| 88 | { | 88 | { |
| 89 | randomize_va_space = 0; | 89 | randomize_va_space = 0; |
| 90 | return 0; | 90 | return 1; |
| 91 | } | 91 | } |
| 92 | __setup("norandmaps", disable_randmaps); | 92 | __setup("norandmaps", disable_randmaps); |
| 93 | 93 | ||
