projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bee17f
)
cpumask: Use smp_call_function_many(): sparc64
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 16 Mar 2009 04:10:22 +0000
(14:40 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 16 Mar 2009 04:10:22 +0000
(14:40 +1030)
Impact: Use new API
Change smp_call_function_mask() callers to smp_call_function_many().
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
arch/sparc/kernel/smp_64.c
patch
|
blob
|
history
diff --git
a/arch/sparc/kernel/smp_64.c
b/arch/sparc/kernel/smp_64.c
index 6cd1a5b650673c3a4ba0cb74f94fb32084d76aee..a4713e77ce459e1927c5670e34f10df70a4571eb 100644
(file)
--- a/
arch/sparc/kernel/smp_64.c
+++ b/
arch/sparc/kernel/smp_64.c
@@
-850,7
+850,7
@@
static void tsb_sync(void *info)
void smp_tsb_sync(struct mm_struct *mm)
{
- smp_call_function_ma
sk(
mm->cpu_vm_mask, tsb_sync, mm, 1);
+ smp_call_function_ma
ny(&
mm->cpu_vm_mask, tsb_sync, mm, 1);
}
extern unsigned long xcall_flush_tlb_mm;