x86: signal_32: do save_i387_xstate() at get_sigframe()
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Thu, 6 Nov 2008 02:30:25 +0000 (18:30 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 6 Nov 2008 07:01:59 +0000 (08:01 +0100)
commit4b33669e817a01dd99ff91df330d504ccfb2e99c
tree1c03ba9d6a66b1f1d4f724f01ab7aa3824a94d9c
parent124ffe1456d6efea5b32cc6d36e3fa434cdc84d9
x86: signal_32: do save_i387_xstate() at get_sigframe()

Impact: cleanup

move calling save_i387_xstate() into get_sigframe() from setup_sigcontext()
like 64bit.

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