diff options
Diffstat (limited to 'include/asm-alpha/smp.h')
-rw-r--r-- | include/asm-alpha/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/smp.h b/include/asm-alpha/smp.h index 2f60a362d75e..544c69af8168 100644 --- a/include/asm-alpha/smp.h +++ b/include/asm-alpha/smp.h | |||
@@ -53,7 +53,7 @@ extern void arch_send_call_function_ipi(cpumask_t mask); | |||
53 | #else /* CONFIG_SMP */ | 53 | #else /* CONFIG_SMP */ |
54 | 54 | ||
55 | #define hard_smp_processor_id() 0 | 55 | #define hard_smp_processor_id() 0 |
56 | #define smp_call_function_on_cpu(func,info,retry,wait,cpu) ({ 0; }) | 56 | #define smp_call_function_on_cpu(func,info,wait,cpu) ({ 0; }) |
57 | 57 | ||
58 | #endif /* CONFIG_SMP */ | 58 | #endif /* CONFIG_SMP */ |
59 | 59 | ||