From 177d1ad3ac9aab9b8ae7e7f70c2c66b6bdb876ee Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 12 Apr 2003 20:32:01 +0000 Subject: Update. 2003-04-12 Ulrich Drepper * sysdeps/x86_64/tls.h (THREAD_SETMEM): Word around compiler bug which mishandles loading of global object addresses in PIC. (THREAD_SETMEM_NC): Likewise. --- sysdeps/unix/sysv/linux/kernel-features.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index 168715e665..56b68ffb5a 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -289,3 +289,8 @@ # define __ASSUME_NETLINK_SUPPORT 1 #endif +/* For x86, support for the sysenter instruction was available in + 2.5.53. */ +#if __LINUX_KERNEL_VERSION >= 132405 && defined __i386__ +# define __ASSUME_VSYSCALL 1 +#endif -- cgit 1.4.1