From 8e4f5035e37bed96fbfa530e3fa8ae8d9bc631cf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 12 Dec 2003 04:32:41 +0000 Subject: Update. 2003-12-11 Ulrich Drepper * sysdeps/unix/sysv/linux/kernel-features.h: Remove __ASSUME_VSYSCALL. There might always be processes which have no vDSO. * sysdeps/generic/dl-sysdep.c: Remove __ASSUME_VSYSCALL uses. * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise. --- sysdeps/unix/sysv/linux/kernel-features.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sysdeps/unix/sysv/linux/kernel-features.h') diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index 2bc68cbd7f..c2618ff8ed 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -320,12 +320,6 @@ # define __ASSUME_NETLINK_SUPPORT 1 #endif -/* For x86, support for the sysenter instruction was available in - 2.5.53. But the unwind information was added only in 2.5.69. */ -#if __LINUX_KERNEL_VERSION >= 132421 && defined __i386__ -# define __ASSUME_VSYSCALL 1 -#endif - /* The requeue futex functionality was introduced in 2.5.70. */ #if __LINUX_KERNEL_VERSION >= 132422 # define __ASSUME_FUTEX_REQUEUE 1 -- cgit v1.2.3