]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd2078b309f2a8058101a798721911459975fceb8
treeee7702a687fc3857f8c5190bca4f7c5f3c1497d2
parent8d9904872f85fc7f5a583c47bca9373fea6ca03b
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]