diff options
Diffstat (limited to 'arch/arm64/include/asm/smp.h')
-rw-r--r-- | arch/arm64/include/asm/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/smp.h b/arch/arm64/include/asm/smp.h index bf22650b1a78..db02be81b90a 100644 --- a/arch/arm64/include/asm/smp.h +++ b/arch/arm64/include/asm/smp.h | |||
@@ -42,7 +42,7 @@ extern void handle_IPI(int ipinr, struct pt_regs *regs); | |||
42 | * Discover the set of possible CPUs and determine their | 42 | * Discover the set of possible CPUs and determine their |
43 | * SMP operations. | 43 | * SMP operations. |
44 | */ | 44 | */ |
45 | extern void of_smp_init_cpus(void); | 45 | extern void smp_init_cpus(void); |
46 | 46 | ||
47 | /* | 47 | /* |
48 | * Provide a function to raise an IPI cross call on CPUs in callmap. | 48 | * Provide a function to raise an IPI cross call on CPUs in callmap. |