linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: PATCH: mpt fusion - remove donothing code
Date: Tue, 8 Oct 2002 19:57:35 +0100 (BST)	[thread overview]
Message-ID: <E17yzXz-0004sD-00@the-village.bc.nu> (raw)

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.41/drivers/message/fusion/linux_compat.h linux.2.5.41-ac1/drivers/message/fusion/linux_compat.h
--- linux.2.5.41/drivers/message/fusion/linux_compat.h	2002-10-02 21:33:52.000000000 +0100
+++ linux.2.5.41-ac1/drivers/message/fusion/linux_compat.h	2002-10-05 23:56:25.000000000 +0100
@@ -254,8 +254,7 @@
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,28)
 #define mptscsih_save_flags(flags) \
-({	local_save_flags(flags); \
-	local_irq_disable(); \
+({	local_irq_save(flags); \
 })
 #else
 #define mptscsih_save_flags(flags) \

                 reply	other threads:[~2002-10-08 20:40 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=E17yzXz-0004sD-00@the-village.bc.nu \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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;
as well as URLs for NNTP newsgroup(s).