smp_call_function: get rid of the unused nonatomic/retry argument
[deliverable/linux.git] / arch / alpha / kernel / core_marvel.c
index ced4aae8b8040d2b46cd50d3933d1ca737d0e5a3..04dcc5e5d4c1c4954d8c80186ac3390d1a9074cc 100644 (file)
@@ -662,7 +662,7 @@ __marvel_rtc_io(u8 b, unsigned long addr, int write)
                if (smp_processor_id() != boot_cpuid)
                        smp_call_function_single(boot_cpuid,
                                                 __marvel_access_rtc,
-                                                &rtc_access, 1, 1);
+                                                &rtc_access, 1);
                else
                        __marvel_access_rtc(&rtc_access);
 #else
This page took 0.024787 seconds and 5 git commands to generate.