[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87ipdo2ryp.fsf@sejong.aot.lge.com>
Date: Mon, 16 Jul 2012 14:30:22 +0900
From: Namhyung Kim <namhyung@...nel.org>
To: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Ingo Molnar <mingo@...nel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] sched/debug: Fix printing format of next_balance
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 <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]);
--
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