cpumask: Use smp_call_function_many(): sparc64

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Monday, March 30, 2009 - 7:00 pm

Gitweb:     http://git.kernel.org/linus/fd8e18e9f486bcbdd8e0d817e6aa8622a5034540
Commit:     fd8e18e9f486bcbdd8e0d817e6aa8622a5034540
Parent:     5bee17f18b595937e6beafeee5197868a3f74a06
Author:     Rusty Russell <rusty@rustcorp.com.au>
AuthorDate: Mon Mar 16 14:40:22 2009 +1030
Committer:  Rusty Russell <rusty@rustcorp.com.au>
CommitDate: Mon Mar 16 14:40:22 2009 +1030

    cpumask: Use smp_call_function_many(): sparc64
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sparc/kernel/smp_64.c b/arch/sparc/kernel/smp_64.c
index 6cd1a5b..a4713e7 100644
--- 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_mask(mm->cpu_vm_mask, tsb_sync, mm, 1);
+	smp_call_function_many(&mm->cpu_vm_mask, tsb_sync, mm, 1);
 }
 
 extern unsigned long xcall_flush_tlb_mm;
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
cpumask: Use smp_call_function_many(): sparc64, Linux Kernel Mailing ..., (Mon Mar 30, 7:00 pm)