]> git.baikalelectronics.ru Git - kernel.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)
commit9ccf612a76c59b5bd3ad968bb8455f7b0a0ccabf
tree3660605b6a426127b1f3be1dbb42923171bca628
parente8b837240ff6108651fe4ac145dc1a487e651a0b
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