powerpc/smp: Disable MC domain for shared processor
authorSrikar Dronamraju <srikar@linux.vnet.ibm.com>
Thu, 14 Dec 2023 18:07:12 +0000 (23:37 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 15 Dec 2023 02:51:34 +0000 (13:51 +1100)
commit0e1c1986e0e65746daa05405d7747ce882f83cf1
treeaa84c1d36758dc7e498147034ef96d0c13afbf8d
parentaa80c6343fcf53cbc29f84ba9f89ca87d4e41350
powerpc/smp: Disable MC domain for shared processor

Like L2-cache info, coregroup information which is used to determine MC
sched domains is only present on dedicated LPARs. i.e PowerVM doesn't
export coregroup information for shared processor LPARs. Hence disable
creating MC domains on shared LPAR Systems.

Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231214180720.310852-3-srikar@linux.vnet.ibm.com
arch/powerpc/kernel/smp.c