提交 7385d0a5 编写于 作者: H Heiko Carstens 提交者: Martin Schwidefsky

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: NHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 ca04ddbf
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册