Searched hist:f28f0c23 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | sighandling.h | f28f0c23 Sun Feb 19 09:38:43 CST 2012 H. Peter Anvin <hpa@zytor.com> 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> f28f0c23 Sun Feb 19 09:38:43 CST 2012 H. Peter Anvin <hpa@zytor.com> 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>
|
H A D | ptrace.h | f28f0c23 Sun Feb 19 09:38:43 CST 2012 H. Peter Anvin <hpa@zytor.com> 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> f28f0c23 Sun Feb 19 09:38:43 CST 2012 H. Peter Anvin <hpa@zytor.com> 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>
|
/openbmc/linux/arch/x86/kernel/ |
H A D | signal.c | f28f0c23 Sun Feb 19 09:38:43 CST 2012 H. Peter Anvin <hpa@zytor.com> 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>
|