]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
sched: Use correct macro to display sched_child_runs_first in /proc/sched_debug
authorJosh Hunt <johunt@akamai.com>
Mon, 19 Jul 2010 19:31:16 +0000 (12:31 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 21 Jul 2010 19:46:12 +0000 (21:46 +0200)
The sched_child_runs_first value in /proc/sched_debug is
currently displayed using a macro meant to split ns time values.
This patch uses the correct macro to display it as a plain
decimal value.

Signed-off-by: Josh Hunt <johunt@akamai.com>
Cc: peterz@infradead.org
Cc: juhlenko@akamai.com
Cc: efault@gmx.de
LKML-Reference: <1279567876-25418-1-git-send-email-johunt@akamai.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_debug.c

index 35565395d00d32c7c295d3c36fa722ecdadda097..2e1b0d17dd9b6a8b4ac48891a988c025a8b07ed5 100644 (file)
@@ -332,7 +332,7 @@ static int sched_debug_show(struct seq_file *m, void *v)
        PN(sysctl_sched_latency);
        PN(sysctl_sched_min_granularity);
        PN(sysctl_sched_wakeup_granularity);
-       PN(sysctl_sched_child_runs_first);
+       P(sysctl_sched_child_runs_first);
        P(sysctl_sched_features);
 #undef PN
 #undef P