The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* 2.4.9-ac18: __cpu_raise_softirq constantly redefined
@ 2001-09-30  3:36 Frank Davis
  2001-09-30  6:50 ` Takeo Saito
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Davis @ 2001-09-30  3:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan

Hello,
     While building 2.4.9-ac18, I constantly received the warning that ' 
__cpu_raise_softirq redefined'. I didn't notice the warning while 
building 2.4.9-ac17.

gcc version 2.91.66

Regards,
Frank


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.4.9-ac18: __cpu_raise_softirq constantly redefined
  2001-09-30  3:36 2.4.9-ac18: __cpu_raise_softirq constantly redefined Frank Davis
@ 2001-09-30  6:50 ` Takeo Saito
  0 siblings, 0 replies; 2+ messages in thread
From: Takeo Saito @ 2001-09-30  6:50 UTC (permalink / raw)
  To: fdavis, linux-kernel; +Cc: alan

Hello,

You can remove this define on interrupt.h,
because the define on ac-17 is bellow:
-----------------------------------------------------------------------
#ifndef __cpu_raise_softirq
#define __cpu_raise_softirq(cpu, nr) \
                do { softirq_pending(cpu) |= 1UL << (nr); } while (0)
#endif
-----------------------------------------------------------------------

but on ac-18 is bellow:
-----------------------------------------------------------------------
#define __cpu_raise_softirq(cpu, nr) do { softirq_pending(cpu) |= 1UL <<
(nr); } while (0)
-----------------------------------------------------------------------

Best Regrads,
---
Takeo Tung (Takeo Saito)

----- Original Message -----
From: "Frank Davis" <fdavis@si.rr.com>
To: <linux-kernel@vger.kernel.org>
Cc: <alan@lxorguk.ukuu.org.uk>
Sent: Sunday, September 30, 2001 11:36 AM
Subject: 2.4.9-ac18: __cpu_raise_softirq constantly redefined


> Hello,
>      While building 2.4.9-ac18, I constantly received the warning that '
> __cpu_raise_softirq redefined'. I didn't notice the warning while
> building 2.4.9-ac17.
>
> gcc version 2.91.66
>
> Regards,
> Frank
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-30  6:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-30  3:36 2.4.9-ac18: __cpu_raise_softirq constantly redefined Frank Davis
2001-09-30  6:50 ` Takeo Saito

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox