From 0ea912a0deb895ca95b7ee68c0f922324e469997 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Sat, 10 Feb 2007 01:44:19 -0800 Subject: [PATCH] --- yaml --- r: 47474 b: refs/heads/master c: 7242a4005d1c496bc1140d56a0d898cde1b3e3f6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/um/os-Linux/start_up.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a5fe402668d8..ab3cee5db146 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6bf79482f3288e19697d08c456b0bd6b1755d467 +refs/heads/master: 7242a4005d1c496bc1140d56a0d898cde1b3e3f6 diff --git a/trunk/arch/um/os-Linux/start_up.c b/trunk/arch/um/os-Linux/start_up.c index 7fe92680c7dd..5d3bff430d96 100644 --- a/trunk/arch/um/os-Linux/start_up.c +++ b/trunk/arch/um/os-Linux/start_up.c @@ -133,6 +133,7 @@ static int stop_ptraced_child(int pid, void *stack, int exitcode, return ret; } +/* Changed only during early boot */ int ptrace_faultinfo = 1; int ptrace_ldt = 1; int proc_mm = 1; @@ -160,6 +161,7 @@ __uml_setup("mode=skas0", mode_skas0_cmd_param, " specify mode=tt. Note that this was recently added - on \n" " older kernels you must use simply \"skas0\".\n\n"); +/* Changed only during early boot */ static int force_sysemu_disabled = 0; static int __init nosysemu_cmd_param(char *str, int* add)