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

2012-07-15 Thread Namhyung Kim
Ping. :) On Tue, 3 Jul 2012 23:19:09 +0900, Namhyung Kim wrote: > Use P() for the next_balance since it's in jiffies not nsec. > > Signed-off-by: Namhyung Kim > --- > kernel/sched/debug.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/sched/debug.c

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

2012-07-15 Thread Namhyung Kim
Ping. :) On Tue, 3 Jul 2012 23:19:09 +0900, Namhyung Kim wrote: Use P() for the next_balance since it's in jiffies not nsec. Signed-off-by: Namhyung Kim namhy...@kernel.org --- kernel/sched/debug.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git