]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8a6670383f7e0af086a5f8f98f621735c8d36fd6
tree5d3240d565c158712345094362d40c3973483a7f
parentb7b6a611b60561d24307dfa5d9068d5d1bd0a912
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