]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit742fa54a62be6a263df14a553bf832724471dfbe
tree991589593b078eb2ede035f511e4b85b11b95a9c
parent153d5f2e5787c74e9cbb6b6687c9b04be1b59893
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