All of lore.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Josh Hunt <johunt@akamai.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, johunt@akamai.com, hpa@zytor.com,
	mingo@redhat.com, tglx@linutronix.de, mingo@elte.hu
Subject: [tip:sched/core] sched: Use correct macro to display sched_child_runs_first in /proc/sched_debug
Date: Wed, 21 Jul 2010 20:52:44 GMT	[thread overview]
Message-ID: <tip-eebef74695e1498e04e5f85be9c6f84bd2e7358a@git.kernel.org> (raw)
In-Reply-To: <1279567876-25418-1-git-send-email-johunt@akamai.com>

Commit-ID:  eebef74695e1498e04e5f85be9c6f84bd2e7358a
Gitweb:     http://git.kernel.org/tip/eebef74695e1498e04e5f85be9c6f84bd2e7358a
Author:     Josh Hunt <johunt@akamai.com>
AuthorDate: Mon, 19 Jul 2010 12:31:16 -0700
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Wed, 21 Jul 2010 21:46:12 +0200

sched: Use correct macro to display sched_child_runs_first in /proc/sched_debug

The sched_child_runs_first value in /proc/sched_debug is
currently displayed using a macro meant to split ns time values.
This patch uses the correct macro to display it as a plain
decimal value.

Signed-off-by: Josh Hunt <johunt@akamai.com>
Cc: peterz@infradead.org
Cc: juhlenko@akamai.com
Cc: efault@gmx.de
LKML-Reference: <1279567876-25418-1-git-send-email-johunt@akamai.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 kernel/sched_debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/sched_debug.c b/kernel/sched_debug.c
index 3556539..2e1b0d1 100644
--- a/kernel/sched_debug.c
+++ b/kernel/sched_debug.c
@@ -332,7 +332,7 @@ static int sched_debug_show(struct seq_file *m, void *v)
 	PN(sysctl_sched_latency);
 	PN(sysctl_sched_min_granularity);
 	PN(sysctl_sched_wakeup_granularity);
-	PN(sysctl_sched_child_runs_first);
+	P(sysctl_sched_child_runs_first);
 	P(sysctl_sched_features);
 #undef PN
 #undef P

      reply	other threads:[~2010-07-21 20:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-16 21:51 [PATCH] trivial: Use correct macro to display sched_child_runs_first in /proc/sched_debug Josh Hunt
2010-07-17 10:17 ` Ingo Molnar
2010-07-19 19:31   ` Josh Hunt
2010-07-21 20:52     ` tip-bot for Josh Hunt [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=tip-eebef74695e1498e04e5f85be9c6f84bd2e7358a@git.kernel.org \
    --to=johunt@akamai.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.