[PATCH 3/3] PS3: System manager support
Geoff Levand
geoffrey.levand at am.sony.com
Thu Feb 8 04:04:31 EST 2007
Geert Uytterhoeven wrote:
> On Tue, 6 Feb 2007, Geoff Levand wrote:
>> --- ps3-linux-dev.orig/arch/powerpc/platforms/ps3/setup.c
>> +++ ps3-linux-dev/arch/powerpc/platforms/ps3/setup.c
>> @@ -42,6 +42,10 @@
>> #define DBG(fmt...) do{if(0)printk(fmt);}while(0)
>> #endif
>>
>> +#if !defined(CONFIG_SMP)
>> +static void smp_send_stop(void) {}
>> +#endif
>
> Shouldn't this be added to include/linux/smp.h instead? That header file
> already contains some dummy definitions for the non-SMP case.
Sounds like a good idea. I'll prepare a seperate patch that does it.
-Geoff
More information about the Linuxppc-dev
mailing list