lkml.org 
[lkml]   [2012]   [Jul]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] sched/debug: Fix printing format of next_balance
Date
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@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]);


\
 
 \ /
  Last update: 2012-07-16 08:21    [W:0.045 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site