summaryrefslogtreecommitdiff
path: root/libhurd-mm/ChangeLog
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-12-18 15:06:58 +0100
committerNeal H. Walfield <neal@gnu.org>2008-12-18 15:06:58 +0100
commita470cb8a86025fe76570badb7f268b08b4969f40 (patch)
treeebb53b68327f7e25c127d96c3a538d492089f884 /libhurd-mm/ChangeLog
parentfa14eb534e4bda4c02168a42fcdf1e1b1f69b96b (diff)
Make the number of reserve messengers a function of the number of threads.
2008-12-18 Neal H. Walfield <neal@gnu.org> * message-buffer.c (num_threads): New function. (BUFFERS_LOW_WATER): Define in terms of the number of threads. (BUFFERS_HIGH_WATER): Likewise.
Diffstat (limited to 'libhurd-mm/ChangeLog')
-rw-r--r--libhurd-mm/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libhurd-mm/ChangeLog b/libhurd-mm/ChangeLog
index ca8da4a..e19d1d9 100644
--- a/libhurd-mm/ChangeLog
+++ b/libhurd-mm/ChangeLog
@@ -1,5 +1,11 @@
2008-12-18 Neal H. Walfield <neal@gnu.org>
+ * message-buffer.c (num_threads): New function.
+ (BUFFERS_LOW_WATER): Define in terms of the number of threads.
+ (BUFFERS_HIGH_WATER): Likewise.
+
+2008-12-18 Neal H. Walfield <neal@gnu.org>
+
* message-buffer.c (hurd_message_buffer_alloc): Fix compare and
swap logic.