From: Albert Cahalan Date: Mon, 30 Oct 2006 03:26:17 +0000 (-0500) Subject: [PATCH] fix i386 regparm=3 RT signal handlers on x86_64 X-Git-Tag: v2.6.19-rc4~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7aacdf9ea45bf6139cfd750e558a3dcbc6f16c3;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed