commit | 2cd947f1757fb937806535be13caf2ddd813d60b | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Tue May 10 19:28:52 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 19 14:30:44 2011 +1000 |
tree | 7c965799f1662e104053ab637666e9efd06d623f | |
parent | 8657ae28ddd34db0f52b0730a6a25992c0173264 [diff] |
powerpc: Use nr_cpu_ids in initial paca allocation Now that we never set a cpu above nr_cpu_ids possible we can limit our initial paca allocation to nr_cpu_ids. We can then clamp the number of cpus in platforms/iseries/setup.c. Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>