mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Namhyung Kim <namhyung@kernel.org>
To: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Ingo Molnar <mingo@kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] sched/debug: Fix printing format of next_balance
Date: Mon, 16 Jul 2012 14:30:22 +0900	[thread overview]
Message-ID: <87ipdo2ryp.fsf@sejong.aot.lge.com> (raw)
In-Reply-To: <1341325149-3791-1-git-send-email-namhyung@kernel.org> (Namhyung Kim's message of "Tue, 3 Jul 2012 23:19:09 +0900")

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]);

      reply	other threads:[~2012-07-16  5:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03 14:19 Namhyung Kim
2012-07-16  5:30 ` Namhyung Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ipdo2ryp.fsf@sejong.aot.lge.com \
    --to=namhyung@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome