diff options
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | 2008-12-17 21:47:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-18 05:28:52 -0500 |
commit | f5223763a664da16771211f9d293e18cb242b246 (patch) | |
tree | e83f42d09a6aa227f23566ce6f5e5543d791de4d /arch/x86/kernel/sigframe.h | |
parent | 8bee3f0a662ad9c3d6bb705b0530a3b90f089c55 (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/sigframe.h')
-rw-r--r-- | arch/x86/kernel/sigframe.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/sigframe.h b/arch/x86/kernel/sigframe.h index cc673aa55ce4..6dd7e2b70a4b 100644 --- a/arch/x86/kernel/sigframe.h +++ b/arch/x86/kernel/sigframe.h | |||
@@ -34,9 +34,4 @@ struct rt_sigframe { | |||
34 | struct siginfo info; | 34 | struct siginfo info; |
35 | /* fp state follows here */ | 35 | /* fp state follows here */ |
36 | }; | 36 | }; |
37 | |||
38 | int ia32_setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, | ||
39 | sigset_t *set, struct pt_regs *regs); | ||
40 | int ia32_setup_frame(int sig, struct k_sigaction *ka, | ||
41 | sigset_t *set, struct pt_regs *regs); | ||
42 | #endif | 37 | #endif |