[PATCH] fix i386 regparm=3 RT signal handlers on x86_64
authorAlbert Cahalan <acahalan@gmail.com>
Mon, 30 Oct 2006 03:26:17 +0000 (22:26 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 30 Oct 2006 20:12:21 +0000 (12:12 -0800)
commita7aacdf9ea45bf6139cfd750e558a3dcbc6f16c3
treef39534927b66496a07e4804c8de277d182a30ba9
parent202dd450246cd658e298a86dddca5592fcb898cd
[PATCH] fix i386 regparm=3 RT signal handlers on x86_64

The recent change to make x86_64 support i386 binaries compiled
with -mregparm=3 only covered signal handlers without SA_SIGINFO.
(the 3-arg "real-time" ones) This is useful for klibc at least.

Signed-off-by: Albert Cahalan <acahalan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/ia32/ia32_signal.c