linux-stable-rt/arch/ia64/ia32
Markus F.X.J. Oberhumer 66761522a7 [IA64] fix stack alignment for ia32 signal handlers
This fixes the setup of the alignment of the signal frame, so that all
signal handlers are run with a properly aligned stack frame.

The current code "over-aligns" the stack pointer so that the stack frame
is effectively always mis-aligned by 4 bytes.  But what we really want
is that on function entry ((sp + 4) & 15) == 0, which matches what would
happen if the stack were aligned before a "call" instruction.

i386 and x86_64 are already fixed by d347f37227

Signed-off-by: Markus F.X.J. Oberhumer <markus@oberhumer.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2007-05-08 11:22:59 -07:00
..
Makefile
audit.c
binfmt_elf32.c
elfcore32.h
ia32_entry.S
ia32_ldt.c
ia32_signal.c [IA64] fix stack alignment for ia32 signal handlers 2007-05-08 11:22:59 -07:00
ia32_support.c
ia32_traps.c
ia32priv.h
sys_ia32.c