diff options
Diffstat (limited to 'arch/mips/include/asm/abi.h')
-rw-r--r-- | arch/mips/include/asm/abi.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/include/asm/abi.h b/arch/mips/include/asm/abi.h index 37f84078e78a..940760844e2f 100644 --- a/arch/mips/include/asm/abi.h +++ b/arch/mips/include/asm/abi.h | |||
@@ -11,19 +11,20 @@ | |||
11 | 11 | ||
12 | #include <asm/signal.h> | 12 | #include <asm/signal.h> |
13 | #include <asm/siginfo.h> | 13 | #include <asm/siginfo.h> |
14 | #include <asm/vdso.h> | ||
14 | 15 | ||
15 | struct mips_abi { | 16 | struct mips_abi { |
16 | int (* const setup_frame)(void *sig_return, struct ksignal *ksig, | 17 | int (* const setup_frame)(void *sig_return, struct ksignal *ksig, |
17 | struct pt_regs *regs, sigset_t *set); | 18 | struct pt_regs *regs, sigset_t *set); |
18 | const unsigned long signal_return_offset; | ||
19 | int (* const setup_rt_frame)(void *sig_return, struct ksignal *ksig, | 19 | int (* const setup_rt_frame)(void *sig_return, struct ksignal *ksig, |
20 | struct pt_regs *regs, sigset_t *set); | 20 | struct pt_regs *regs, sigset_t *set); |
21 | const unsigned long rt_signal_return_offset; | ||
22 | const unsigned long restart; | 21 | const unsigned long restart; |
23 | 22 | ||
24 | unsigned off_sc_fpregs; | 23 | unsigned off_sc_fpregs; |
25 | unsigned off_sc_fpc_csr; | 24 | unsigned off_sc_fpc_csr; |
26 | unsigned off_sc_used_math; | 25 | unsigned off_sc_used_math; |
26 | |||
27 | struct mips_vdso_image *vdso; | ||
27 | }; | 28 | }; |
28 | 29 | ||
29 | #endif /* _ASM_ABI_H */ | 30 | #endif /* _ASM_ABI_H */ |