diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-05-06 10:01:46 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-05-06 10:01:46 +0200 |
commit | 2ef613cb94556ff69860f6bf004298f4e131c216 (patch) | |
tree | 9eee51c30ab58cd1b837f4d5ebe30a68c9f5314f /firmware/r128 | |
parent | powerpc/cpumask: Update some comments (diff) | |
download | linux-2ef613cb94556ff69860f6bf004298f4e131c216.tar.xz linux-2ef613cb94556ff69860f6bf004298f4e131c216.zip |
powerpc/cpumask: Convert mpic driver to new cpumask API
Convert to the new cpumask API.
irq_choose_cpu can be simplified by using cpumask_next and cpumask_first.
smp_mpic_message_pass was doing open coded cpumask manipulation and passing an
int for a cpumask into mpic_send_ipi. Since mpic_send_ipi is only used
locally, make it static and convert it to take a cpumask. This allows us
to clean up the mess in smp_mpic_message_pass.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'firmware/r128')
0 files changed, 0 insertions, 0 deletions