Skip to content

Commit

Permalink
s390/uaccess: remove dead kernel parameter 'user_mode='
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Feb 21, 2014
1 parent ca04ddb commit 7385d0a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/s390/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,6 @@ static int __init parse_vmalloc(char *arg)
}
early_param("vmalloc", parse_vmalloc);

static int __init early_parse_user_mode(char *p)
{
if (!p || strcmp(p, "primary") == 0)
return 0;
return 1;
}
early_param("user_mode", early_parse_user_mode);

void *restart_stack __attribute__((__section__(".data")));

static void __init setup_lowcore(void)
Expand Down

0 comments on commit 7385d0a

Please sign in to comment.