From: Geoff Levand Date: Thu, 16 Apr 2009 09:05:37 +0000 (+0000) Subject: powerpc/ps3: Fix build error on UP X-Git-Tag: v2.6.30-rc4~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8f48457d5af6601abdecaad7a95c45bfeef90d5;p=pandora-kernel.git 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 Signed-off-by: Geoff Levand Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed