commit | 256f2d4b463d3030ebc8d2b54f427543814a2bdc | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Mon Aug 12 16:29:33 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 14 15:00:22 2013 +1000 |
tree | bbf8fb26d8cd8aa154b879eadd503bd5b5a1ffaf | |
parent | a8a5356cd511db229aeaad636dc0f83d8c4d0a15 [diff] |
powerpc: Use ibm, chip-id property to compute cpu_core_mask if available Some systems have an ibm,chip-id property in the cpu nodes in the device tree. On these systems, we now use that to compute the cpu_core_mask (i.e. the set of core siblings) rather than looking at cache properties. Signed-off-by: Paul Mackerras <paulus@samba.org> Tested-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>