commit | ebc04215108c124cb4f519d687a8e27a0d16a4aa | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Tue May 10 19:28:59 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 19 14:30:45 2011 +1000 |
tree | f06697bdb1108e11c6a0b7ca904fc9f0c39b49c9 | |
parent | aa79bc2167104581cc1d77762394f2c01d3bf3f3 [diff] |
powerpc/mpic: Limit NR_CPUS loop to 32 bit mpic_physmask was looping NR_CPUS times over a mask that was passed as a u32. Since mpic is architecturaly limited to 32 physical cpus, clamp the logical cpus to 32 when compiling (we could also clamp at runtime to nr_cpu_ids). Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>