[PATCH] sched/debug: Fix printing format of next_balance

From: Namhyung Kim
Date: Tue Jul 03 2012 - 10:20:46 EST


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

Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/