commit | c642af9c41f09296997519499d16ff30e700816a | [log] [tgz] |
---|---|---|
author | Santosh Sivaraj <santosh@fossix.org> | Tue Jun 27 12:30:06 2017 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Jun 28 13:08:16 2017 +1000 |
tree | d74a02b808bef6b1b415f63a9bb23f8d4c85c3d3 | |
parent | f8d0d5dc641cd405ad40cb2498b04df9716baee6 [diff] |
powerpc/smp: Convert NR_CPUS to nr_cpu_ids nr_cpu_ids can be limited by nr_cpus boot parameter, whereas NR_CPUS is a compile time constant, which shouldn't be compared against during cpu kick. Signed-off-by: Santosh Sivaraj <santosh@fossix.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>