]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/powernv : Disable subcore for UP configs
authorShreyas B. Prabhu <shreyas@linux.vnet.ibm.com>
Fri, 6 Jun 2014 10:22:51 +0000 (15:52 +0530)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Jun 2014 07:03:10 +0000 (17:03 +1000)
commitad417330628c60e83692211e7161eb49e1843318
tree3660605b6a426127b1f3be1dbb42923171bca628
parentb2a80878693256ab97e1e3667e24b3ecdc951de1
powerpc/powernv : Disable subcore for UP configs

Build throws following errors when CONFIG_SMP=n
arch/powerpc/platforms/powernv/subcore.c: In function ‘cpu_update_split_mode’:
arch/powerpc/platforms/powernv/subcore.c:274:15: error: ‘setup_max_cpus’ undeclared (first use in this function)
arch/powerpc/platforms/powernv/subcore.c:285:5: error: lvalue required as left operand of assignment

'setup_max_cpus' variable is relevant only on SMP, so there is no point
working around it for UP. Furthermore, subcore itself is relevant only
on SMP and hence the better solution is to exclude subcore.o and
subcore-asm.o for UP builds.

Signed-off-by: Shreyas B. Prabhu <shreyas@linux.vnet.ibm.com>
Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/powernv/Makefile