projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ad955
)
ia64: convert last user of smp_call_function_mask
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 24 Sep 2009 15:34:39 +0000
(09:34 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 24 Sep 2009 00:04:40 +0000
(09:34 +0930)
smp_call_function_many is the new version: it takes a pointer. Also,
use mm accessor macro while we're changing this.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/ia64/kernel/smp.c
patch
|
blob
|
history
diff --git
a/arch/ia64/kernel/smp.c
b/arch/ia64/kernel/smp.c
index
93ebfea
..
dabeefe
100644
(file)
--- a/
arch/ia64/kernel/smp.c
+++ b/
arch/ia64/kernel/smp.c
@@
-302,7
+302,7
@@
smp_flush_tlb_mm (struct mm_struct *mm)
return;
}
- smp_call_function_ma
sk(mm->cpu_vm_mask
,
+ smp_call_function_ma
ny(mm_cpumask(mm)
,
(void (*)(void *))local_finish_flush_tlb_mm, mm, 1);
local_irq_disable();
local_finish_flush_tlb_mm(mm);