summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm
diff options
context:
space:
mode:
authorAtish Patra2016-09-15 22:54:40 +0200
committerDavid S. Miller2016-09-28 17:24:02 +0200
commit9b2f753ec23710aa32c0d837d2499db92fe9115b (patch)
tree3fe8894d45a41028a16506e98286c974e954942a /arch/sparc/mm
parentsparc64 mm: Fix more TSB sizing issues (diff)
downloadkernel-qcow2-linux-9b2f753ec23710aa32c0d837d2499db92fe9115b.tar.gz
kernel-qcow2-linux-9b2f753ec23710aa32c0d837d2499db92fe9115b.tar.xz
kernel-qcow2-linux-9b2f753ec23710aa32c0d837d2499db92fe9115b.zip
sparc64: Fix cpu_possible_mask if nr_cpus is set
If kernel boot parameter nr_cpus is set, it should define the number of CPUs that can ever be available in the system i.e. cpu_possible_mask. setup_nr_cpu_ids() overrides the nr_cpu_ids based on the cpu_possible_mask during kernel initialization. If cpu_possible_mask is not set based on the nr_cpus value, earlier part of the kernel would be initialized using nr_cpus value leading to a kernel crash. Set cpu_possible_mask based on nr_cpus value. Thus setup_nr_cpu_ids() becomes redundant and does not corrupt nr_cpu_ids value. Signed-off-by: Atish Patra <atish.patra@oracle.com> Reviewed-by: Bob Picco <bob.picco@oracle.com> Reviewed-by: Vijay Kumar <vijay.ac.kumar@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm')
0 files changed, 0 insertions, 0 deletions