changeset 1859:1db64f508240

* cdl/scheduler.cdl: Correct the description of CYGIMP_KERNEL_SCHED_SORTED_QUEUES
author asl
date Wed, 15 Dec 2004 12:25:06 +0000
parents ed77ba8848ad
children 5afec7d92550
files packages/kernel/current/ChangeLog packages/kernel/current/cdl/scheduler.cdl
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog
+++ b/packages/kernel/current/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-15  Sergei Organov <osv@topconrd.ru>
+
+	* cdl/scheduler.cdl: Correct the description of
+	CYGIMP_KERNEL_SCHED_SORTED_QUEUES
+	
 2004-09-24  Nick Garnett  <nickg@ecoscentric.com>
 
 	* src/sched/mlqueue.cxx (enqueue): Fix bug in sorted queue
--- a/packages/kernel/current/cdl/scheduler.cdl
+++ b/packages/kernel/current/cdl/scheduler.cdl
@@ -156,13 +156,13 @@ cdl_component CYGNUM_KERNEL_SCHED_PRIORI
 
         
     cdl_option CYGIMP_KERNEL_SCHED_SORTED_QUEUES {
-        display       "Dequeue oldest threads first"
+        display       "Dequeue highest priority threads first"
         flavor        bool
         default_value 0
         description   "
             With this option enabled, threads queued in a thread queue
-            will be dequeued in priority order, rather than last in,
-            first out (LIFO). Threads of equal priority are dequeued
+            will be dequeued in priority order, rather than first in,
+            first out (FIFO). Threads of equal priority are dequeued
             oldest first. The only exception is the scheduler run 
             queues where order is less important as each is already
             sorted by priority. Note that this makes the thread queueing