]> git.baikalelectronics.ru Git - kernel.git/commit
x86: use generic register names in struct sigcontext
authorH. Peter Anvin <hpa@zytor.com>
Wed, 30 Jan 2008 12:30:56 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:56 +0000 (13:30 +0100)
commited0e85189160ab340d0398ab73a402f5d9a2affb
tree991589593b078eb2ede035f511e4b85b11b95a9c
parentf45741d00fe7887a136ef50d2262a93c84fb4cfe
x86: use generic register names in struct sigcontext

Switch struct sigcontext (defined in <asm/sigcontext*.h>) to using
register names withut e- or r-prefixes for both 32- and 64-bit x86.
This is intended as a preliminary step in unifying this code between
architectures.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/ia32/ia32_signal.c
arch/x86/kernel/asm-offsets_32.c
arch/x86/kernel/asm-offsets_64.c
arch/x86/kernel/signal_32.c
arch/x86/kernel/signal_64.c
arch/x86/vdso/vdso32/sigreturn.S
include/asm-x86/sigcontext.h
include/asm-x86/sigcontext32.h