From: H. Peter Anvin Date: Sun, 19 Feb 2012 15:38:43 +0000 (-0800) Subject: x86: Move some signal-handling definitions to a common header X-Git-Tag: v3.4-rc1~33^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f28f0c23576662fb293defe9b1884d5a6e1bd85c;p=pandora-kernel.git x86: Move some signal-handling definitions to a common header There are some definitions which are duplicated between kernel/signal.c and ia32/ia32_signal.c; move them to a common header file. Rather than adding stuff to existing header files which contain data structures, create a new header file; hence the slightly odd name ("all the good ones were taken.") Note: nothing relied on signal_fault() being defined in . Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed