]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigframe()
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Tue, 25 Nov 2008 02:23:12 +0000 (18:23 -0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 04:11:53 +0000 (05:11 +0100)
commitbfeb91a9435889ef4fe7bfbb4b673f625e69e790
tree904f16d0eba56b7812b1462de6bc28df6c70371f
parent2601657d223d82053d4e1fe1063091401e6b860a
x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigframe()

Impact: cleanup

Add #ifdef directive to unify __setup_sigframe() and __setup_rt_sigframe().
Move them after {setup|restore}_sigcontext() declaration.

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
arch/x86/kernel/signal_64.c