[PATCH] uml: comment the initialization of a global
Comment the fact that sig_info is initialized early in boot, and thus doesn't need any locking. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b4cf95c69a
commit
0e8cd28a08
@@ -16,6 +16,7 @@ void usr2_handler(int sig, union uml_pt_regs *regs)
|
|||||||
CHOOSE_MODE(syscall_handler_tt(sig, regs), (void) 0);
|
CHOOSE_MODE(syscall_handler_tt(sig, regs), (void) 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Initialized from linux_main() */
|
||||||
void (*sig_info[NSIG])(int, union uml_pt_regs *);
|
void (*sig_info[NSIG])(int, union uml_pt_regs *);
|
||||||
|
|
||||||
void os_fill_handlinfo(struct kern_handlers h)
|
void os_fill_handlinfo(struct kern_handlers h)
|
||||||
|
Reference in New Issue
Block a user