forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/x86/include/asm/proto.h
....@@ -12,6 +12,7 @@
1212
1313 #ifdef CONFIG_X86_64
1414 void entry_SYSCALL_64(void);
15
+void entry_SYSCALL_64_safe_stack(void);
1516 long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2);
1617 #endif
1718
....@@ -26,8 +27,9 @@
2627 void entry_SYSENTER_compat(void);
2728 void __end_entry_SYSENTER_compat(void);
2829 void entry_SYSCALL_compat(void);
30
+void entry_SYSCALL_compat_safe_stack(void);
2931 void entry_INT80_compat(void);
30
-#if defined(CONFIG_X86_64) && defined(CONFIG_XEN_PV)
32
+#ifdef CONFIG_XEN_PV
3133 void xen_entry_INT80_compat(void);
3234 #endif
3335 #endif