From 843696841b55343e45d6cfdad19035882a67b99f Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 27 Apr 2005 12:39:27 +0000 Subject: 2005-04-27 Paul Jakma * workqueue.h: (struct work_queue_item) change retry_count to ran, its a count of number item has been run. * workqueue.c: (show_work_queues) Fix formating of slightly bugfix: fix SIGFPE if wq->runs is 0. (work_queue_run) retry logic was slightly wrong. cycles.best is 0 initialy, granularity is 1, so update best if cycles >= granularity, not just >. --- lib/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 11506202..537a705d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2005-04-27 Paul Jakma + + * workqueue.h: (struct work_queue_item) change retry_count to ran, + its a count of number item has been run. + * workqueue.c: (show_work_queues) Fix formating of slightly + bugfix: fix SIGFPE if wq->runs is 0. + (work_queue_run) retry logic was slightly wrong. + cycles.best is 0 initialy, granularity is 1, so update best + if cycles >= granularity, not just >. + 2005-04-26 Andrew J. Schorr * buffer.c (buffer_write): Comment out call to buffer_flush_available. -- cgit v1.2.1