diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-08-20 14:39:53 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-20 14:39:53 +0000 |
commit | a35cbf28fb4ecfa2d36c1466b4068a7223ffe34f (patch) | |
tree | db490a68e413ebbf60b0e1f855bff4b71dcd53a8 /sysdeps/unix/sysv/linux/kernel-features.h | |
parent | 445f7ecd666e29fed3fd429f8d808bc5e8277b0a (diff) | |
download | glibc-a35cbf28fb4ecfa2d36c1466b4068a7223ffe34f.zip glibc-a35cbf28fb4ecfa2d36c1466b4068a7223ffe34f.tar.gz glibc-a35cbf28fb4ecfa2d36c1466b4068a7223ffe34f.tar.bz2 |
Remove __ASSUME_SWAPCONTEXT_SYSCALL.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index 13adaad..2e45915 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -106,13 +106,6 @@ # define __ASSUME_FADVISE64_64_SYSCALL 1 #endif -/* Starting with 2.6.0 PowerPC adds signal/swapcontext support for Vector - SIMD (AKA Altivec, VMX) instructions and register state. This changes - the overall size of the sigcontext and adds the swapcontext syscall. */ -#ifdef __powerpc__ -# define __ASSUME_SWAPCONTEXT_SYSCALL 1 -#endif - /* On sparc64 stat64/lstat64/fstat64 syscalls were introduced in 2.6.12. */ #if defined __sparc__ && defined __arch64__ # define __ASSUME_STAT64_SYSCALL 1 |