From: Albert Cahalan Date: Thu, 7 Dec 2006 01:14:06 +0000 (+0100) Subject: [PATCH] x86-64: Support -mregparm arguments for signals with SA_SIGINFO in compat... X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e3de538eec95b57a5b86038988451c38ba83f7e;p=pandora-kernel.git [PATCH] x86-64: Support -mregparm arguments for signals with SA_SIGINFO in compat mode 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) To be compatible with i386, both types should be supported. Signed-off-by: Albert Cahalan Signed-off-by: Andi Kleen --- Reading git-diff-tree failed