summaryrefslogtreecommitdiff
path: root/debian/patches/17_ipc_queue_local.patch
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2008-12-29 22:58:57 +0000
committerSamuel Thibault <sthibault@debian.org>2008-12-29 22:58:57 +0000
commit187334a65f9084ea2793f072609dd3ff4828505f (patch)
tree9440b8cca73017614e21d44587a85f7e002c82f7 /debian/patches/17_ipc_queue_local.patch
parent2c423b1b1f9faf401f99e189f3057d72d3270fd2 (diff)
Remove 17_ipc_queue_local.patch, Mach actually sometimes depends on the queuing order.
Diffstat (limited to 'debian/patches/17_ipc_queue_local.patch')
-rw-r--r--debian/patches/17_ipc_queue_local.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/17_ipc_queue_local.patch b/debian/patches/17_ipc_queue_local.patch
deleted file mode 100644
index 1aef8d9..0000000
--- a/debian/patches/17_ipc_queue_local.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-2008-12-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
-
- * ipc/ipc_thread.h (ipc_thread_enqueue_macro): Change IPC thread queue
- head to last added thread to favor locality.
-
-diff -u -p -r1.1.1.1 ipc_thread.h
---- a/ipc/ipc_thread.h 25 Feb 1997 21:28:19 -0000 1.1.1.1
-+++ b/ipc/ipc_thread.h 29 Dec 2008 20:45:57 -0000
-@@ -103,6 +103,7 @@ MACRO_BEGIN \
- (thread)->ith_prev = _last; \
- _first->ith_prev = (thread); \
- _last->ith_next = (thread); \
-+ (queue)->ithq_base = (thread); \
- } \
- MACRO_END
-