From: Roland McGrath Date: Wed, 9 May 2007 09:33:37 +0000 (-0700) Subject: Move sig_kernel_* et al macros to linux/signal.h X-Git-Tag: v2.6.22-rc1~265 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55c0d1f83e481dd6c77f52f7dcfeb043b8b740fa;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed