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>
Showing
- arch/x86/ia32/ia32_signal.c 16 additions, 16 deletionsarch/x86/ia32/ia32_signal.c
- arch/x86/kernel/asm-offsets_32.c 9 additions, 9 deletionsarch/x86/kernel/asm-offsets_32.c
- arch/x86/kernel/asm-offsets_64.c 9 additions, 9 deletionsarch/x86/kernel/asm-offsets_64.c
- arch/x86/kernel/signal_32.c 14 additions, 14 deletionsarch/x86/kernel/signal_32.c
- arch/x86/kernel/signal_64.c 14 additions, 15 deletionsarch/x86/kernel/signal_64.c
- arch/x86/vdso/vdso32/sigreturn.S 27 additions, 27 deletionsarch/x86/vdso/vdso32/sigreturn.S
- include/asm-x86/sigcontext.h 21 additions, 21 deletionsinclude/asm-x86/sigcontext.h
- include/asm-x86/sigcontext32.h 11 additions, 11 deletionsinclude/asm-x86/sigcontext32.h
Loading
Please register or sign in to comment