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)
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

Simple merge