mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: rmk@arm.linux.org.uk, spyro@f2s.com, Scott Bambrough <scottb@rebel.com>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] remove kernel 2.0 #ifdef's from arm{,26} code
Date: Thu, 26 Feb 2004 23:43:34 +0100	[thread overview]
Message-ID: <20040226224333.GW5499@fs.tum.de> (raw)

The patch below removes #ifdef's for kernel 2.0 from 
arch/arm{,26}/nwfpe/fpmodule.c .

Please apply
Adrian


--- linux-2.6.3-mm4/arch/arm26/nwfpe/fpmodule.c.old	2004-02-26 23:40:02.000000000 +0100
+++ linux-2.6.3-mm4/arch/arm26/nwfpe/fpmodule.c	2004-02-26 23:41:14.000000000 +0100
@@ -46,10 +46,9 @@
 
 #ifdef MODULE
 void fp_send_sig(unsigned long sig, PTASK p, int priv);
-#if LINUX_VERSION_CODE > 0x20115
+
 MODULE_AUTHOR("Scott Bambrough <scottb@rebel.com>");
 MODULE_DESCRIPTION("NWFPE floating point emulator");
-#endif
 
 #else
 #define fp_send_sig	send_sig
--- linux-2.6.3-mm4/arch/arm/nwfpe/fpmodule.c.old	2004-02-26 23:40:56.000000000 +0100
+++ linux-2.6.3-mm4/arch/arm/nwfpe/fpmodule.c	2004-02-26 23:41:07.000000000 +0100
@@ -50,10 +50,9 @@
 
 #ifdef MODULE
 void fp_send_sig(unsigned long sig, struct task_struct *p, int priv);
-#if LINUX_VERSION_CODE > 0x20115
+
 MODULE_AUTHOR("Scott Bambrough <scottb@rebel.com>");
 MODULE_DESCRIPTION("NWFPE floating point emulator (" NWFPE_BITS " precision)");
-#endif
 
 #else
 #define fp_send_sig	send_sig

             reply	other threads:[~2004-02-26 22:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-26 22:43 Adrian Bunk [this message]
2004-02-27 10:16 ` Russell King
2004-02-27 10:21   ` Ian Molton

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=20040226224333.GW5499@fs.tum.de \
    --to=bunk@fs.tum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=scottb@rebel.com \
    --cc=spyro@f2s.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

all inboxes | Powered by JetHome®