]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Documentation: ftrace.txt: Correct nice value of 120 priority
authorLiu, Changcheng <changcheng.liu@intel.com>
Mon, 19 Dec 2016 15:06:02 +0000 (23:06 +0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 24 Mar 2017 14:29:17 +0000 (15:29 +0100)
The nice value of 120 priority is 0.

Signed-off-by: Liu Changcheng <changcheng.liu@intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/trace/ftrace.txt

index 006f47c7d9135530d473ac80df5f83008ee408b0..94a987bd2bc5612e21a513b11da9f1f95ce84168 100644 (file)
@@ -1546,7 +1546,7 @@ Note, that the trace data shows the internal priority (99 - rtprio).
 
   <idle>-0       3d..3    5us :      0:120:R ==> [003]  2389: 94:R sleep
 
-The 0:120:R means idle was running with a nice priority of 0 (120 - 20)
+The 0:120:R means idle was running with a nice priority of 0 (120 - 120)
 and in the running state 'R'. The sleep task was scheduled in with
 2389: 94:R. That is the priority is the kernel rtprio (99 - 5 = 94)
 and it too is in the running state.