uml: move sig_handler_common_skas
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Feb 2008 06:31:12 +0000 (22:31 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:30 +0000 (09:44 -0800)
commit75ada8ffe08cef9b506a796ba6f9ce2071dcf0d7
treeee7702a687fc3857f8c5190bca4f7c5f3c1497d2
parente06173bde0ec9830a296720f8cd7cb2f17b76fa4
uml: move sig_handler_common_skas

This patch moves sig_handler_common_skas from
arch/um/os-Linux/skas/trap.c to its only caller in
arch/um/os-Linux/signal.c.  trap.c is now empty, so it can be removed.

This is code movement only - the significant cleanup needed here is
done in the next patch.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/include/os.h
arch/um/os-Linux/signal.c
arch/um/os-Linux/skas/Makefile
arch/um/os-Linux/skas/trap.c [deleted file]