commit | f28f0c23576662fb293defe9b1884d5a6e1bd85c | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Sun Feb 19 07:38:43 2012 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Feb 20 12:52:04 2012 -0800 |
tree | c648cb81828ef0e904af839690ab308abc66ead7 | |
parent | ea499fec48dd771bd92984337fcb57ed4c787e69 [diff] |
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 <asm/ptrace.h>. Signed-off-by: H. Peter Anvin <hpa@zytor.com>