x86: signal: intrroduce get_sigframe() and replace get_sigstack()
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Fri, 27 Feb 2009 18:28:48 +0000 (10:28 -0800)
committerIngo Molnar <mingo@elte.hu>
Sat, 28 Feb 2009 08:17:29 +0000 (09:17 +0100)
commit97286a2b64725aac2d584ddd1f94871f9991d5a1
tree0fd7a0b776647d2619099e76f56c8ca4d76bc4e5
parent144b0712dd9dd9ebd4e80c4e5388c9f6afc2b497
x86: signal: intrroduce get_sigframe() and replace get_sigstack()

Impact: cleanup

Introduce get_sigframe() like 32-bit to replace get_sigstack().
Move the i387 stuff into get_sigframe().

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/signal.c