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:
b4cf95c
)
[PATCH] uml: comment the initialization of a global
author
Jeff Dike
<
[email protected]
>
Tue, 6 Mar 2007 09:42:20 +0000
(
01:42
-0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 6 Mar 2007 17:30:26 +0000
(09:30 -0800)
Comment the fact that sig_info is initialized early in boot, and thus doesn't
need any locking.
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/trap.c
patch
|
blob
|
history
diff --git
a/arch/um/os-Linux/trap.c
b/arch/um/os-Linux/trap.c
index 1df231a26244b0ee3e95982e98e3946a60fc51e3..d221214d2ed543d1bf6ad9d4462d0ba7b907dfea 100644
(file)
--- a/
arch/um/os-Linux/trap.c
+++ b/
arch/um/os-Linux/trap.c
@@
-16,6
+16,7
@@
void usr2_handler(int sig, union uml_pt_regs *regs)
CHOOSE_MODE(syscall_handler_tt(sig, regs), (void) 0);
}
+/* Initialized from linux_main() */
void (*sig_info[NSIG])(int, union uml_pt_regs *);
void os_fill_handlinfo(struct kern_handlers h)