diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2014-01-27 04:09:11 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-02-21 02:50:16 -0500 |
commit | 7385d0a550813c912094c5df22aeeb463712300e (patch) | |
tree | 6eab625d3f3b21dcd8af5e72ae19394176e36240 | |
parent | ca04ddbf537d30b25f6e240b70f19be35fac4313 (diff) |
s390/uaccess: remove dead kernel parameter 'user_mode='
Remove another leftover from the time when we supported running
user space in either home or primary address space.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r-- | arch/s390/kernel/setup.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c index 91ea00955db7..f70f2489fa5f 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c | |||
@@ -287,14 +287,6 @@ static int __init parse_vmalloc(char *arg) | |||
287 | } | 287 | } |
288 | early_param("vmalloc", parse_vmalloc); | 288 | early_param("vmalloc", parse_vmalloc); |
289 | 289 | ||
290 | static int __init early_parse_user_mode(char *p) | ||
291 | { | ||
292 | if (!p || strcmp(p, "primary") == 0) | ||
293 | return 0; | ||
294 | return 1; | ||
295 | } | ||
296 | early_param("user_mode", early_parse_user_mode); | ||
297 | |||
298 | void *restart_stack __attribute__((__section__(".data"))); | 290 | void *restart_stack __attribute__((__section__(".data"))); |
299 | 291 | ||
300 | static void __init setup_lowcore(void) | 292 | static void __init setup_lowcore(void) |