All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Love <rml@tech9.net>
To: linux-kernel@vger.kernel.org
Subject: Re: Updated preempt-kernel patches
Date: 12 Oct 2001 18:19:52 -0400	[thread overview]
Message-ID: <1002925193.868.5.camel@phantasy> (raw)
In-Reply-To: <1002917978.957.86.camel@phantasy>
In-Reply-To: <1002917978.957.86.camel@phantasy>

On Fri, 2001-10-12 at 16:19, Robert Love wrote:
> - fix compile on SMP in some configurations (ac tree only)

Looks like I forgot to merge that one.  Fix follows below (its needed by
some ac-tree users who also compile SMP).

diff -urN linux-2.4.12-ac1-preempt/include/asm-i386/spinlock.h linux/include/asm-i386/spinlock.h 
--- linux-2.4.12-ac1-preempt/include/asm-i386/spinlock.h	Fri Oct 12 16:34:16 2001
+++ linux/include/asm-i386/spinlock.h	Fri Oct 12 18:16:05 2001
@@ -97,7 +97,7 @@
 		:"=q" (oldval), "=m" (lock->lock) \
 		:"0" (1) : "memory"
 
-static inline void spin_unlock(spinlock_t *lock)
+static inline void _raw_spin_unlock(spinlock_t *lock)
 {
 	char oldval;
 #if SPINLOCK_DEBUG

	Robert Love


  parent reply	other threads:[~2001-10-12 22:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-12 20:19 Updated preempt-kernel patches Robert Love
2001-10-12 20:47 ` Robert Love
2001-10-12 22:19 ` Robert Love [this message]
2001-10-13  0:27   ` Mike Fedyk
2001-10-13  0:32     ` Robert Love
2001-10-13  1:01       ` Mike Fedyk
2001-10-13  5:31         ` Robert Love

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=1002925193.868.5.camel@phantasy \
    --to=rml@tech9.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 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.