]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix 32bit siginfo problems on x86-64
authorAndrew Morton <akpm@osdl.org>
Mon, 29 Dec 2003 13:50:49 +0000 (05:50 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Mon, 29 Dec 2003 13:50:49 +0000 (05:50 -0800)
commit3b35cbe505c9c58c401d47a909350d1f516e70b8
treeabb3968de2a1a03a9032f841db7a524dd6b9fe45
parent53b3aa6c85c03e2a0d740f5258d9ec508dabd727
[PATCH] Fix 32bit siginfo problems on x86-64

From: Andi Kleen <ak@muc.de>

32bit siginfo would sometimes get passed incorrectly on x86-64. This
change fixes the conversion function to be a bit dumber, but more
correct.
arch/x86_64/ia32/ia32_signal.c