aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c
diff options
context:
space:
mode:
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>2008-12-17 21:47:17 -0500
committerIngo Molnar <mingo@elte.hu>2008-12-18 05:28:52 -0500
commitf5223763a664da16771211f9d293e18cb242b246 (patch)
treee83f42d09a6aa227f23566ce6f5e5543d791de4d /arch/x86/kernel/signal.c
parent8bee3f0a662ad9c3d6bb705b0530a3b90f089c55 (diff)
x86: signal: move ia32 func declarations into arch/x86/kernel/signal.c
Impact: cleanup Move declarations of ia32_setup_rt_frame() and ia32_setup_frame() into arch/x86/kernel/signal.c. This is for future use of sigframe.h. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/signal.c')
-rw-r--r--arch/x86/kernel/signal.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c
index 2725a294d734..848c2d64a289 100644
--- a/arch/x86/kernel/signal.c
+++ b/arch/x86/kernel/signal.c
@@ -671,6 +671,11 @@ static int signr_convert(int sig)
671#define is_ia32 0 671#define is_ia32 0
672#endif /* CONFIG_IA32_EMULATION */ 672#endif /* CONFIG_IA32_EMULATION */
673 673
674int ia32_setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
675 sigset_t *set, struct pt_regs *regs);
676int ia32_setup_frame(int sig, struct k_sigaction *ka,
677 sigset_t *set, struct pt_regs *regs);
678
674#endif /* CONFIG_X86_32 */ 679#endif /* CONFIG_X86_32 */
675 680
676static int 681static int