]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/ps3: Fix build error on UP
authorGeoff Levand <geoffrey.levand@am.sony.com>
Thu, 16 Apr 2009 09:05:37 +0000 (09:05 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 28 Apr 2009 03:53:29 +0000 (13:53 +1000)
commite04736ed40a9c64469a97bf13d998f2f62155945
tree1d4a6c914fe6ec31cf6f7f655d09f47ededb33db
parent96c5713c6484abb1403170bef5e9c92e2d780568
powerpc/ps3: Fix build error on UP

A non-SMP version of smp_send_stop() is now included in smp.h.
Remove the unneeded definition in the PS3 smp.c.

Fixes build errors like these when CONFIG_SMP=n:

  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

Reported-by: Subrata Modak <subrata@linux.vnet.ibm.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/ps3/setup.c