[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1341325149-3791-1-git-send-email-namhyung@kernel.org>
Date: Tue, 3 Jul 2012 23:19:09 +0900
From: Namhyung Kim <namhyung@...nel.org>
To: Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Ingo Molnar <mingo@...nel.org>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] sched/debug: Fix printing format of next_balance
Use P() for the next_balance since it's in jiffies not nsec.
Signed-off-by: Namhyung Kim <namhyung@...nel.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists