mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Eric Wong <eric@yhbt.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch] sched-2.5.64-bk10-C4
Date: Fri, 21 Mar 2003 06:30:19 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.44.0303210629560.1918-100000@localhost.localdomain> (raw)
In-Reply-To: <20030321004409.GA16206@bl4st.yhbt.net>


On Thu, 20 Mar 2003, Eric Wong wrote:

> Would this be an equivalent fix for 2.4.20-ck4?

yes - but the reverse of it.

> -	long sleep_time = jiffies - p->sleep_timestamp - 1;
> +	unsigned long sleep_time = jiffies - p->sleep_timestamp;
>  	prio_array_t *array = rq->active;
>  
> -	if (!rt_task(p) && (sleep_time > 0)) {
> +	if (!rt_task(p) && sleep_time) {

	Ingo


      parent reply	other threads:[~2003-03-21  5:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-16 11:24 Ingo Molnar
2003-03-16 16:00 ` [patch] sched-2.5.64-bk10-D0 Ingo Molnar
2003-03-21  0:44 ` [patch] sched-2.5.64-bk10-C4 Eric Wong
2003-03-21  1:57   ` Con Kolivas
2003-03-21  5:30   ` Ingo Molnar [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=Pine.LNX.4.44.0303210629560.1918-100000@localhost.localdomain \
    --to=mingo@elte.hu \
    --cc=eric@yhbt.net \
    --cc=linux-kernel@vger.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

all inboxes | Powered by JetHome®