projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf7948
)
[PATCH] uml: locking comments in startup code
author
Jeff Dike
<
[email protected]
>
Sat, 10 Feb 2007 09:44:19 +0000
(
01:44
-0800)
committer
Linus Torvalds
<
[email protected]
>
Sun, 11 Feb 2007 18:51:23 +0000
(10:51 -0800)
Add a couple of comments about some non-locked data.
Signed-off-by: Jeff Dike <
[email protected]
>
Cc: Paolo 'Blaisorblade' Giarrusso <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/os-Linux/start_up.c
patch
|
blob
|
history
diff --git
a/arch/um/os-Linux/start_up.c
b/arch/um/os-Linux/start_up.c
index 7fe92680c7dd8de39fef42309818df27546ff17a..5d3bff430d965f1c4503ff405c3a44f44c862e50 100644
(file)
--- a/
arch/um/os-Linux/start_up.c
+++ b/
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)