x86: ia32_signal: change order of storing in setup_sigcontext()
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Mon, 17 Nov 2008 23:49:14 +0000 (15:49 -0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 18 Nov 2008 15:55:37 +0000 (16:55 +0100)
commit64977609e316c86fad513d9bf0afff998581e59d
tree9f574084ece65256eb0bb741468714a13ad7a1f2
parent047ce93581ca122442ed3c13a62a645249a7db1d
x86: ia32_signal: change order of storing in setup_sigcontext()

Impact: cleanup

Change order of storing to match the sigcontext_ia32.
And add casting to make this code same as arch/x86/kernel/signal_32.c.

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