* [2.6 patch] remove kernel 2.0 #ifdef's from arm{,26} code
@ 2004-02-26 22:43 Adrian Bunk
2004-02-27 10:16 ` Russell King
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2004-02-26 22:43 UTC (permalink / raw)
To: rmk, spyro, Scott Bambrough; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6 patch] remove kernel 2.0 #ifdef's from arm{,26} code
2004-02-26 22:43 [2.6 patch] remove kernel 2.0 #ifdef's from arm{,26} code Adrian Bunk
@ 2004-02-27 10:16 ` Russell King
2004-02-27 10:21 ` Ian Molton
0 siblings, 1 reply; 3+ messages in thread
From: Russell King @ 2004-02-27 10:16 UTC (permalink / raw)
To: Adrian Bunk; +Cc: spyro, Scott Bambrough, linux-kernel
On Thu, Feb 26, 2004 at 11:43:34PM +0100, Adrian Bunk wrote:
> The patch below removes #ifdef's for kernel 2.0 from
> arch/arm{,26}/nwfpe/fpmodule.c .
>
> Please apply
I've applied the ARM bit (not the ARM26). I've also moved these
two the end of the file, and added an appropriate MODULE_LICENSE.
Thanks.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6 patch] remove kernel 2.0 #ifdef's from arm{,26} code
2004-02-27 10:16 ` Russell King
@ 2004-02-27 10:21 ` Ian Molton
0 siblings, 0 replies; 3+ messages in thread
From: Ian Molton @ 2004-02-27 10:21 UTC (permalink / raw)
To: Russell King; +Cc: bunk, scottb, linux-kernel
On Fri, 27 Feb 2004 10:16:02 +0000
Russell King <rmk+lkml@arm.linux.org.uk> wrote:
> On Thu, Feb 26, 2004 at 11:43:34PM +0100, Adrian Bunk wrote:
> > The patch below removes #ifdef's for kernel 2.0 from
> > arch/arm{,26}/nwfpe/fpmodule.c .
> >
> > Please apply
>
> I've applied the ARM bit (not the ARM26). I've also moved these
> two the end of the file, and added an appropriate MODULE_LICENSE.
I will be doing the same for arm26, however it is my hope that arm26
will become softfloat-only in the long term.
--
Spyros lair: http://www.mnementh.co.uk/ |||| Maintainer: arm26 linux
Do not meddle in the affairs of Dragons, for you are tasty and good with
ketchup.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-02-27 10:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-26 22:43 [2.6 patch] remove kernel 2.0 #ifdef's from arm{,26} code Adrian Bunk
2004-02-27 10:16 ` Russell King
2004-02-27 10:21 ` Ian Molton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox