• H. Peter Anvin's avatar
    x86: Move some signal-handling definitions to a common header · f28f0c23
    H. Peter Anvin authored
    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: default avatarH. Peter Anvin <hpa@zytor.com>
    f28f0c23
ptrace.h 7.2 KB