Move sig_kernel_* et al macros to linux/signal.h
authorRoland McGrath <roland@redhat.com>
Wed, 9 May 2007 09:33:37 +0000 (02:33 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:49 +0000 (12:30 -0700)
commit55c0d1f83e481dd6c77f52f7dcfeb043b8b740fa
tree5d3240d565c158712345094362d40c3973483a7f
parent84963048ca8093e0aa71ac90c2a5fe7af5f617c3
Move sig_kernel_* et al macros to linux/signal.h

This patch moves the sig_kernel_* and related macros from kernel/signal.c
to linux/signal.h, and cleans them up slightly.  I need the sig_kernel_*
macros for default signal behavior in the utrace code, and want to avoid
duplication or overhead to share the knowledge.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/signal.h
kernel/signal.c