about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/kernel-features.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-08-20 14:39:53 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-08-20 14:39:53 +0000
commita35cbf28fb4ecfa2d36c1466b4068a7223ffe34f (patch)
treedb490a68e413ebbf60b0e1f855bff4b71dcd53a8 /sysdeps/unix/sysv/linux/kernel-features.h
parent445f7ecd666e29fed3fd429f8d808bc5e8277b0a (diff)
downloadglibc-a35cbf28fb4ecfa2d36c1466b4068a7223ffe34f.tar.gz
glibc-a35cbf28fb4ecfa2d36c1466b4068a7223ffe34f.tar.xz
glibc-a35cbf28fb4ecfa2d36c1466b4068a7223ffe34f.zip
Remove __ASSUME_SWAPCONTEXT_SYSCALL.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r--sysdeps/unix/sysv/linux/kernel-features.h7
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 13adaad2c1..2e459150cf 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