From a5e133bf29d42101ba90012b3b03b670bbb949b2 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 25 Jan 2016 00:52:58 +0000 Subject: change the internal socketcall selection logic only use SYS_socketcall if SYSCALL_USE_SOCKETCALL is defined internally, otherwise use direct syscalls. this commit does not change the current behaviour, it is preparation for adding direct syscall numbers for i386. --- arch/i386/syscall_arch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/i386/syscall_arch.h b/arch/i386/syscall_arch.h index ca0ea7fb..4c9d874a 100644 --- a/arch/i386/syscall_arch.h +++ b/arch/i386/syscall_arch.h @@ -55,3 +55,5 @@ static inline long __syscall6(long n, long a1, long a2, long a3, long a4, long a #define VDSO_USEFUL #define VDSO_CGT_SYM "__vdso_clock_gettime" #define VDSO_CGT_VER "LINUX_2.6" + +#define SYSCALL_USE_SOCKETCALL -- cgit v1.2.1