Files
twx-linux/arch/um
Jeff Dike 0ec7c9f826 uml: fix signal frame alignment
Use the same signal frame alignment calculations as the underlying
architecture.  x86_64 appeared to do this, but the "- 8" was really
subtracting 8 * sizeof(struct rt_sigframe) rather than 8 bytes.

UML/i386 might have been OK, but I changed the calculation to match
i386 just to be sure.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
2007-02-14 20:37:44 +01:00
..
2006-02-24 14:31:37 -08:00
2006-02-07 16:12:32 -08:00
2007-01-09 03:23:30 +01:00
2007-02-14 20:37:44 +01:00