public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: boris <boris@macbeth.rhoen.de>
To: Hugh Dickins <hugh@veritas.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.4-ac2
Date: Tue, 1 May 2001 19:12:50 +0200	[thread overview]
Message-ID: <20010501191250.A669@macbeth.rhoen.de> (raw)
In-Reply-To: <20010501170632.A1057@werewolf.able.es> <Pine.LNX.4.21.0105011644170.1399-100000@localhost.localdomain>
In-Reply-To: <Pine.LNX.4.21.0105011644170.1399-100000@localhost.localdomain>; from hugh@veritas.com on Tue, May 01, 2001 at 04:50:52PM +0100

On Tue, May 01, 2001 at 04:50:52PM +0100, Hugh Dickins wrote:
 
> Don't ask me why, but I think you may find it's Peter's patch to
> the women-and-children-first in kernel/fork.c: I'm not yet running
> -ac2, but I am trying that patch, fine on UP but hanging right there
> (well, I get a "go go go" message too) on SMP.
> 
> Try reversing the:
> 
> -	p->counter = current->counter;
> -	current->counter = 0;
> +	p->counter = (current->counter + 1) >> 1;
> +	current->counter >>= 1;
> +	current->policy |= SCHED_YIELD;
> 
> and see if that works for you too.

OK works here ...


                 boris
 


  parent reply	other threads:[~2001-05-01 17:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-01 10:50 Linux 2.4.4-ac2 Alan Cox
2001-05-01 15:06 ` J . A . Magallon
2001-05-01 15:50   ` Hugh Dickins
2001-05-01 16:07     ` J . A . Magallon
2001-05-01 17:12     ` boris [this message]
2001-05-01 17:27       ` J . A . Magallon
     [not found]         ` <Pine.LNX.4.21.0105011835240.1576-100000@localhost.localdomain>
2001-05-01 18:55           ` [PATCH] " J . A . Magallon
2001-05-01 19:09             ` Mark Hahn

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=20010501191250.A669@macbeth.rhoen.de \
    --to=boris@macbeth.rhoen.de \
    --cc=hugh@veritas.com \
    --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