]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/powernv: Create separate subcores CPU feature bit
authorMichael Neuling <mikey@neuling.org>
Fri, 19 Feb 2016 00:16:22 +0000 (11:16 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 22 Feb 2016 09:47:46 +0000 (20:47 +1100)
commitce5732a28dd09956540f61ba9d902b63e73a1232
treeb009d1549eb3cf401b5e15076cafca3b7dc91367
parent88409d0c863b3ba7d9e3090fb46cdce16207a1d8
powerpc/powernv: Create separate subcores CPU feature bit

Subcores isn't really part of the 2.07 architecture but currently we
turn it on using the 2.07 feature bit.  Subcores is really a POWER8
specific feature.

This adds a new CPU_FTR bit just for subcores and moves the subcore
init code over to use this.

Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/cputable.h
arch/powerpc/platforms/powernv/subcore.c