.. | .. |
---|
12 | 12 | |
---|
13 | 13 | #ifdef CONFIG_X86_64 |
---|
14 | 14 | void entry_SYSCALL_64(void); |
---|
| 15 | +void entry_SYSCALL_64_safe_stack(void); |
---|
15 | 16 | long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2); |
---|
16 | 17 | #endif |
---|
17 | 18 | |
---|
.. | .. |
---|
26 | 27 | void entry_SYSENTER_compat(void); |
---|
27 | 28 | void __end_entry_SYSENTER_compat(void); |
---|
28 | 29 | void entry_SYSCALL_compat(void); |
---|
| 30 | +void entry_SYSCALL_compat_safe_stack(void); |
---|
29 | 31 | void entry_INT80_compat(void); |
---|
30 | | -#if defined(CONFIG_X86_64) && defined(CONFIG_XEN_PV) |
---|
| 32 | +#ifdef CONFIG_XEN_PV |
---|
31 | 33 | void xen_entry_INT80_compat(void); |
---|
32 | 34 | #endif |
---|
33 | 35 | #endif |
---|