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 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to