public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Zijlstra <a.p.zijlstra@chello.nl>
To: roel kluin <roel.kluin@gmail.com>
Cc: mingo@elte.hu, rml@tech9.net, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sched: Test runtime rather than period in global_rt_runtime()
Date: Wed, 23 Jul 2008 08:25:28 +0200	[thread overview]
Message-ID: <1216794328.7257.123.camel@twins> (raw)
In-Reply-To: <48864843.6030808@gmail.com>

On Tue, 2008-07-22 at 16:51 -0400, roel kluin wrote:
> Peter Zijlstra wrote:
> > On Mon, 2008-07-21 at 20:28 -0400, roel kluin wrote:
> >> Peter, you added the test in global_rt_runtime(), in commit
> >> d0b27fa77854b149ad4af08b0fe47fe712a47ade
> >> could you take a look at it and tell whether this test should
> >> be replaced by something else?
> 
> >> -	if (sysctl_sched_rt_period < 0)
> 
> > Gah, I'm a moron. That should read:
> > 
> >   if (sysctl_sched_rt_runtime < 0)

Thanks!

Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>

> ---
> Test runtime rather than period
> 
> Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
> ---
> diff --git a/kernel/sched.c b/kernel/sched.c
> index 99e6d85..a73c783 100644
> --- a/kernel/sched.c
> +++ b/kernel/sched.c
> @@ -832,7 +832,7 @@ static inline u64 global_rt_period(void)
>  
>  static inline u64 global_rt_runtime(void)
>  {
> -	if (sysctl_sched_rt_period < 0)
> +	if (sysctl_sched_rt_runtime < 0)
>  		return RUNTIME_INF;
>  
>  	return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC;
> 


  reply	other threads:[~2008-07-23  6:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-22  0:28 [PATCH 1/9] sched: test below 0 on unsigned sysctl_sched_rt_period roel kluin
2008-07-22  9:08 ` Peter Zijlstra
2008-07-22 20:51   ` [PATCH] sched: Test runtime rather than period in global_rt_runtime() roel kluin
2008-07-23  6:25     ` Peter Zijlstra [this message]
2008-07-28 14:04       ` Ingo Molnar

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=1216794328.7257.123.camel@twins \
    --to=a.p.zijlstra@chello.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=rml@tech9.net \
    --cc=roel.kluin@gmail.com \
    /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