Sourceware Bugzilla – Attachment 3779 Details for
Bug 9894
Support for PI futexes wrongly marked as introduced in 2.6.18
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch for hppa
robust_pi_futexes.hppa.diff (text/plain), 828 bytes, created by
Aurelien Jarno
on 2009-02-27 15:09:07 UTC
(
hide
)
Description:
Updated patch for hppa
Filename:
MIME Type:
Creator:
Aurelien Jarno
Created:
2009-02-27 15:09:07 UTC
Size:
828 bytes
patch
obsolete
>2009-09-27 Aurelien Jarno <aurelien@aurel32.net> > > * sysdeps/unix/sysv/linux/hppa/kernel-features.h > (__ASSUME_SET_ROBUST_LIST): Define for 2.6.19 and later. > (__ASSUME_FUTEX_LOCK_PI): Ditto. > >diff --git a/sysdeps/unix/sysv/linux/hppa/kernel-features.h b/sysdeps/unix/sysv/linux/hppa/kernel-features.h >index e29f6e0..31daca6 100644 >--- a/sysdeps/unix/sysv/linux/hppa/kernel-features.h >+++ b/sysdeps/unix/sysv/linux/hppa/kernel-features.h >@@ -36,4 +36,14 @@ > # define __ASSUME_LWS_CAS 1 > #endif > >+/* Support for inter-process robust mutexes was added in 2.6.19 */ >+#if __LINUX_KERNEL_VERSION >= 0x020613 >+ # define __ASSUME_SET_ROBUST_LIST 1 >+#endif >+ >+/* Support for PI futexes was added in 2.6.19 */ >+#if __LINUX_KERNEL_VERSION >= 0x020613 >+ # define __ASSUME_FUTEX_LOCK_PI 1 >+#endif >+ > #include_next <kernel-features.h> > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9894
:
3764
|
3765
|
3766
|
3767
|
3777
|
3778
| 3779 |
3780