public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Love <rml@tech9.net>
To: faisal@q80.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.19pre9-ac3
Date: 31 May 2002 08:47:11 -0700	[thread overview]
Message-ID: <1022860031.985.1294.camel@sinai> (raw)
In-Reply-To: <200205311637.11160.faisal@q80.com>

On Fri, 2002-05-31 at 06:37, Faisal Malallah wrote:
> I got this error while I was compiling 2.4.19-pre9-ac3 + preempt:
>  <snip>

That is a thinko in the preempt patch, not -ac... don't bother Alan with
it.

There is a new version of the patch up at the usual place which is
fixed.  Or in smp.c just replace

	cpu = get_cpu();

with

	preempt_disable();
	cpu = smp_processor_id();

and replace

	put_cpu();

with

	preempt_enable();

Sincerely,

	Robert Love




  reply	other threads:[~2002-05-31 15:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-31 13:37 Linux 2.4.19pre9-ac3 Faisal Malallah
2002-05-31 15:47 ` Robert Love [this message]
     [not found] <200205310040.g4V0eZb25262@devserv.devel.redhat.com>
2002-05-31  0:57 ` Robinson Maureira Castillo
  -- strict thread matches above, loose matches on Subject: below --
2002-05-30 23:22 Alan Cox
2002-05-30 23:49 ` Dave Jones
2002-05-31  8:31   ` Marcus Sundberg
     [not found]   ` <21223.1022847561@www56.gmx.net>
2002-05-31 12:26     ` Dominik Brodowski
2002-06-01  1:51   ` Gerald Britton
2002-05-31  0:13 ` Robinson Maureira Castillo

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=1022860031.985.1294.camel@sinai \
    --to=rml@tech9.net \
    --cc=faisal@q80.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