All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Love <rml@tech9.net>
To: Alessandro Suardi <alessandro.suardi@oracle.com>
Cc: linux-kernel@vger.kernel.org, Roy Sigurd Karlsbakk <roy@karlsbakk.net>
Subject: Re: [BUG] Panic in 2.5.4 during bootup after POSIX conformance testing by UNIFIX
Date: 11 Feb 2002 14:06:01 -0500	[thread overview]
Message-ID: <1013454372.6781.418.camel@phantasy> (raw)
In-Reply-To: <3C67D9CB.2030806@oracle.com>
In-Reply-To: <Pine.LNX.4.30.0202111453330.28560-200000@mustard.heime.net>  <3C67D9CB.2030806@oracle.com>

Can both of you try the attached patch (thanks to Mikael Pettersson),
and tell me if it solves your problem?

	Robert Love

--- linux-2.5.4/include/asm-i386/smplock.h.~1~  Mon Feb 11 12:21:46 2002
+++ linux-2.5.4/include/asm-i386/smplock.h      Mon Feb 11 16:55:18 2002
@@ -15,7 +15,7 @@
 #else
 #ifdef CONFIG_PREEMPT
 #define kernel_locked()                preempt_get_count()
-#define global_irq_holder      0
+#define global_irq_holder      0xFF    /* XXX: NO_PROC_ID */
 #else
 #define kernel_locked()                1
 #endif


  reply	other threads:[~2002-02-11 19:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-11 13:57 [BUG] Panic in 2.5.4 during bootup after POSIX conformance testing by UNIFIX Roy Sigurd Karlsbakk
2002-02-11 14:48 ` Alessandro Suardi
2002-02-11 19:06   ` Robert Love [this message]
2002-02-11 19:32     ` Paul Larson
2002-02-12  0:13     ` Alessandro Suardi

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=1013454372.6781.418.camel@phantasy \
    --to=rml@tech9.net \
    --cc=alessandro.suardi@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=roy@karlsbakk.net \
    /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.