diff options
| author | Rich Felker <dalias@libc.org> | 2016-03-27 12:57:23 -0400 |
|---|---|---|
| committer | Rich Felker <dalias@libc.org> | 2016-03-29 18:03:50 -0400 |
| commit | ef21b32a60fbfdf2370465e52036c1c5ed1f6b43 (patch) | |
| tree | 45954285c707253e14020a510a22d88dbf893d65 /arch/sh/include/asm | |
| parent | 16b02d711f4059b8338ef967064195b47cae65ea (diff) | |
sh: fix smp-shx3 build regression from removal of arch localtimer
The removal was not complete and left behind one reference to a
removed function in smp-shx3.c. For completeness, also remove
declarations for functions that were removed.
Fixes: 45624ac38926 "sh: remove arch-specific localtimer and use generic one"
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/include/asm')
| -rw-r--r-- | arch/sh/include/asm/smp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/include/asm/smp.h b/arch/sh/include/asm/smp.h index 1baf0ba96242..c9f8bbdb1bf8 100644 --- a/arch/sh/include/asm/smp.h +++ b/arch/sh/include/asm/smp.h | |||
| @@ -34,11 +34,6 @@ enum { | |||
| 34 | DECLARE_PER_CPU(int, cpu_state); | 34 | DECLARE_PER_CPU(int, cpu_state); |
| 35 | 35 | ||
| 36 | void smp_message_recv(unsigned int msg); | 36 | void smp_message_recv(unsigned int msg); |
| 37 | void smp_timer_broadcast(const struct cpumask *mask); | ||
| 38 | |||
| 39 | void local_timer_interrupt(void); | ||
| 40 | void local_timer_setup(unsigned int cpu); | ||
| 41 | void local_timer_stop(unsigned int cpu); | ||
| 42 | 37 | ||
| 43 | void arch_send_call_function_single_ipi(int cpu); | 38 | void arch_send_call_function_single_ipi(int cpu); |
| 44 | void arch_send_call_function_ipi_mask(const struct cpumask *mask); | 39 | void arch_send_call_function_ipi_mask(const struct cpumask *mask); |
