about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/kernel-features.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-12-12 04:32:41 +0000
committerUlrich Drepper <drepper@redhat.com>2003-12-12 04:32:41 +0000
commit8e4f5035e37bed96fbfa530e3fa8ae8d9bc631cf (patch)
tree3eef59b07cbdc428a199beb0d34c4c6f6510b876 /sysdeps/unix/sysv/linux/kernel-features.h
parent1ce9631b86cbc5ae3104561f37bf7ea22f8c437c (diff)
downloadglibc-8e4f5035e37bed96fbfa530e3fa8ae8d9bc631cf.tar.gz
glibc-8e4f5035e37bed96fbfa530e3fa8ae8d9bc631cf.tar.xz
glibc-8e4f5035e37bed96fbfa530e3fa8ae8d9bc631cf.zip
Update.
2003-12-11  Ulrich Drepper  <drepper@redhat.com>

	* 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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r--sysdeps/unix/sysv/linux/kernel-features.h6
1 files changed, 0 insertions, 6 deletions
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