diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-14 22:09:30 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-18 02:36:43 -0400 |
commit | 8584204806ffea6f33bc6e42a1f07d6bc5a35105 (patch) | |
tree | f29001bce4c6064f9718ff54c921c041cb0b29f5 /sysdeps/unix/sysv/linux/hppa/kernel-features.h | |
parent | 43329fe1396080faf025118b31053fd19e029c12 (diff) | |
download | glibc-8584204806ffea6f33bc6e42a1f07d6bc5a35105.tar.gz glibc-8584204806ffea6f33bc6e42a1f07d6bc5a35105.tar.xz glibc-8584204806ffea6f33bc6e42a1f07d6bc5a35105.zip |
hppa: drop __ASSUME_LWS_CAS define
We require recent enough kernels for this now, and we've been hardcoding it to 1, so drop it entirely now.
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/kernel-features.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/kernel-features.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/kernel-features.h b/sysdeps/unix/sysv/linux/hppa/kernel-features.h index 61bb026e09..274345ad0c 100644 --- a/sysdeps/unix/sysv/linux/hppa/kernel-features.h +++ b/sysdeps/unix/sysv/linux/hppa/kernel-features.h @@ -18,9 +18,6 @@ <http://www.gnu.org/licenses/>. */ -/* PA-RISC 2.6.9 kernels had the first LWS CAS support */ -#define __ASSUME_LWS_CAS 1 - /* Support for the accept4 and recvmmsg syscalls was added in 2.6.34. */ #if __LINUX_KERNEL_VERSION >= 0x020622 # define __ASSUME_ACCEPT4_SYSCALL 1 |