[PATCH] uml: fix segfault on exit with CONFIG_GCOV
authorJeff Dike <jdike@addtoit.com>
Sat, 28 May 2005 22:51:56 +0000 (15:51 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 28 May 2005 23:46:12 +0000 (16:46 -0700)
commit92515da73a5df50db45111b8659ac463b4800236
tree48b809f504e1c4fd7660507909e1553d40412b98
parent0894e27e7999bdbad2e65734caa1d5de65e7d890
[PATCH] uml: fix segfault on exit with CONFIG_GCOV

We need to disable signals on exit in all cases, not just when rebooting.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/main.c