]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/alpha/kernel/core_marvel.c
alpha: convert to generic helpers for IPI function calls
[linux-2.6-omap-h63xx.git] / arch / alpha / kernel / core_marvel.c
index b04f1feb1dda80cd6c9868473b9c8789f1db4906..ced4aae8b8040d2b46cd50d3933d1ca737d0e5a3 100644 (file)
@@ -660,9 +660,9 @@ __marvel_rtc_io(u8 b, unsigned long addr, int write)
 
 #ifdef CONFIG_SMP
                if (smp_processor_id() != boot_cpuid)
-                       smp_call_function_on_cpu(__marvel_access_rtc,
-                                                &rtc_access, 1, 1,
-                                                cpumask_of_cpu(boot_cpuid));
+                       smp_call_function_single(boot_cpuid,
+                                                __marvel_access_rtc,
+                                                &rtc_access, 1, 1);
                else
                        __marvel_access_rtc(&rtc_access);
 #else