commit | 8e3de538eec95b57a5b86038988451c38ba83f7e | [log] [tgz] |
---|---|---|
author | Albert Cahalan <acahalan@gmail.com> | Thu Dec 07 02:14:06 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:06 2006 +0100 |
tree | 620f12813f32f2ba13d2170c7884bfa0d6a1b245 | |
parent | b026872601976f666bae77b609dc490d1834bf77 [diff] |
[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 <acahalan@gmail.com> Signed-off-by: Andi Kleen <ak@suse.de>