mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Walker <dwalker@mvista.com>
To: mingo@elte.hu
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH -rt] drop one spin_lock_irqsave()
Date: Mon, 04 Dec 2006 14:19:05 -0800	[thread overview]
Message-ID: <20061204221905.792586000@mvista.com> (raw)

This gave me some really odd compile errors.. Theres
a static inline for this function right above this define
so I just dropped the define.


Signed-Off-By: Daniel Walker <dwalker@mvista.com>

---
 include/linux/spinlock.h |    1 -
 1 files changed, 1 deletion(-)

Index: linux-2.6.19/include/linux/spinlock.h
===================================================================
--- linux-2.6.19.orig/include/linux/spinlock.h
+++ linux-2.6.19/include/linux/spinlock.h
@@ -202,7 +202,6 @@ static inline unsigned long __lockfunc _
 # define _spin_lock_irq(l)		do { } while (0)
 # define _spin_lock(l)			do { } while (0)
 # define _spin_lock_bh(l)		do { } while (0)
-# define _spin_lock_irqsave(l)		do { } while (0)
 # define _spin_lock_irqsave_nested(l, s) \
 					do { } while (0)
 # define _spin_unlock(l)		do { } while (0)
--

                 reply	other threads:[~2006-12-04 22:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20061204221905.792586000@mvista.com \
    --to=dwalker@mvista.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /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®