mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sched/debug: Fix printing format of next_balance
@ 2012-07-03 14:19 Namhyung Kim
  2012-07-16  5:30 ` Namhyung Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2012-07-03 14:19 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar; +Cc: LKML

Use P() for the next_balance since it's in jiffies not nsec.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
---
 kernel/sched/debug.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c
index c09a4e79f5d0..a408a17a1d33 100644
--- a/kernel/sched/debug.c
+++ b/kernel/sched/debug.c
@@ -280,7 +280,7 @@ do {									\
 	P(nr_switches);
 	P(nr_load_updates);
 	P(nr_uninterruptible);
-	PN(next_balance);
+	P(next_balance);
 	P(curr->pid);
 	PN(clock);
 	P(cpu_load[0]);
-- 
1.7.9.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-16  5:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-03 14:19 [PATCH] sched/debug: Fix printing format of next_balance Namhyung Kim
2012-07-16  5:30 ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome