Observed the following build error:
---
CC arch/powerpc/platforms/ps3/setup.o
arch/powerpc/platforms/ps3/setup.c:49: error: redefinition of
‘smp_send_stop’
include/linux/smp.h:125: error: previous definition of ‘smp_send_stop’
was here
make[2]: *** [arch/powerpc/platforms/ps3/setup.o] Error 1
make[1]: *** [arch/powerpc/platforms/ps3] Error 2
make: *** [arch/powerpc/platforms] Error 2
---
Regards--
Subrata
On 04/14/2009 11:28 AM, Subrata Modak wrote:
> Observed the following build error:
> ---
> arch/powerpc/platforms/ps3/setup.c:49: error: redefinition of
> ‘smp_send_stop’
> include/linux/smp.h:125: error: previous definition of ‘smp_send_stop’
> was here
Hi Subrata,
Thanks for the report. I submitted a fix to the powerpc ML:
http://patchwork.ozlabs.org/patch/26084/
-Geoff
On Thu, 2009-04-16 at 12:32 -0700, Geoff Levand wrote:
> On 04/14/2009 11:28 AM, Subrata Modak wrote:
> > Observed the following build error:
> > ---
> > arch/powerpc/platforms/ps3/setup.c:49: error: redefinition of
> > ‘smp_send_stop’
> > include/linux/smp.h:125: error: previous definition of ‘smp_send_stop’
> > was here
>
> Hi Subrata,
>
> Thanks for the report. I submitted a fix to the powerpc ML:
>
> http://patchwork.ozlabs.org/patch/26084/
Thanks Geoff.
Regards--
Subrata
>
> -Geoff
>