summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/book3s64
diff options
context:
space:
mode:
authorPratik R. Sampat <psampat@linux.ibm.com>2021-07-28 15:05:00 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2021-08-13 15:04:25 +0300
commitf34ee9cb2c5ac5af426fee6fa4591a34d187e696 (patch)
treedf9d51e5e5bc636726ef54b93228b0e0ac95508a /arch/powerpc/mm/book3s64
parent140a89b7bfe65e9649c4a3678f74c32556834ec1 (diff)
downloadlinux-f34ee9cb2c5ac5af426fee6fa4591a34d187e696.tar.xz
cpufreq: powernv: Fix init_chip_info initialization in numa=off
In the numa=off kernel command-line configuration init_chip_info() loops around the number of chips and attempts to copy the cpumask of that node which is NULL for all iterations after the first chip. Hence, store the cpu mask for each chip instead of derving cpumask from node while populating the "chips" struct array and copy that to the chips[i].mask Fixes: 053819e0bf84 ("cpufreq: powernv: Handle throttling due to Pmax capping at chip level") Cc: stable@vger.kernel.org # v4.3+ Reported-by: Shirisha Ganta <shirisha.ganta1@ibm.com> Signed-off-by: Pratik R. Sampat <psampat@linux.ibm.com> Reviewed-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com> [mpe: Rename goto label to out_free_chip_cpu_mask] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210728120500.87549-2-psampat@linux.ibm.com
Diffstat (limited to 'arch/powerpc/mm/book3s64')
0 files changed, 0 insertions, 0 deletions