dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/Documentation/scheduler
GeunSik Lim f04d82b7e0 sched: fix typo in sched-rt-group.txt file
Fix typo about static priority's range.

    Kernel Space                     User Space
    ===============================================================
      0(high) to  98(low)     user RT priority 99(high) to 1(low)
                              with SCHED_RR or SCHED_FIFO
    ---------------------------------------------------------------
     99                       sched_priority is not used in scheduling
                              decisions(it must be specified as 0)
    ---------------------------------------------------------------
    100(high) to 139(low)     user nice -20(high) to 19(low)
    ---------------------------------------------------------------
    140                       idle task priority
    ---------------------------------------------------------------
    * ref) http://www.kernel.org/doc/man-pages/online/pages/man2/sched_setscheduler.2.html

Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>
CC: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-05-29 16:21:09 +02:00
..
00-INDEX sched, documentation: remove old O(1) scheduler document 2009-03-02 12:02:52 +01:00
sched-arch.txt sched, documentation: update scheduler header file paths 2008-11-06 09:02:15 +01:00
sched-design-CFS.txt cgroups: consolidate cgroup documents 2009-01-15 16:39:37 -08:00
sched-domains.txt sched: update the sched-domains debug documentation 2008-06-06 15:19:39 +02:00
sched-nice-design.txt Documentation: create new scheduler/ subdirectory 2008-02-07 08:42:17 -08:00
sched-rt-group.txt sched: fix typo in sched-rt-group.txt file 2009-05-29 16:21:09 +02:00
sched-stats.txt Typo in Documentation/scheduler/sched-stats.txt 2008-03-10 18:01:19 -07:00