commit | 3caba98fddd551ca7dcdb1eb701b36ed70b04fde | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Tue May 10 19:29:17 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 19 15:30:53 2011 +1000 |
tree | 85239e83532cd2b800e2c161bfb712961d7991a0 | |
parent | f1072939b6dd01d038d47db0bdc01b33e5f90f28 [diff] |
powerpc/mpic: Simplify ipi cpu mask handling Now that MSG_ALL and MSG_ALL_BUT_SELF have been eliminated, smp_mpic_mesage_pass no longer needs to lookup the cpumask just to have mpic_send_ipi extract part of it and recode it in a NR_CPUS loop by mpic_physmask. Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>