diff options
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/smp.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/include/asm-arm/smp.h b/include/asm-arm/smp.h index 1f7c51a1886d..af99636db400 100644 --- a/include/asm-arm/smp.h +++ b/include/asm-arm/smp.h | |||
@@ -107,10 +107,6 @@ extern void platform_cpu_enable(unsigned int cpu); | |||
107 | extern void local_timer_interrupt(void); | 107 | extern void local_timer_interrupt(void); |
108 | 108 | ||
109 | #ifdef CONFIG_LOCAL_TIMERS | 109 | #ifdef CONFIG_LOCAL_TIMERS |
110 | /* | ||
111 | * Setup a local timer interrupt for a CPU. | ||
112 | */ | ||
113 | extern void local_timer_setup(unsigned int cpu); | ||
114 | 110 | ||
115 | /* | 111 | /* |
116 | * Stop a local timer interrupt. | 112 | * Stop a local timer interrupt. |
@@ -124,10 +120,6 @@ extern int local_timer_ack(void); | |||
124 | 120 | ||
125 | #else | 121 | #else |
126 | 122 | ||
127 | static inline void local_timer_setup(unsigned int cpu) | ||
128 | { | ||
129 | } | ||
130 | |||
131 | static inline void local_timer_stop(unsigned int cpu) | 123 | static inline void local_timer_stop(unsigned int cpu) |
132 | { | 124 | { |
133 | } | 125 | } |
@@ -135,6 +127,11 @@ static inline void local_timer_stop(unsigned int cpu) | |||
135 | #endif | 127 | #endif |
136 | 128 | ||
137 | /* | 129 | /* |
130 | * Setup a local timer interrupt for a CPU. | ||
131 | */ | ||
132 | extern void local_timer_setup(unsigned int cpu); | ||
133 | |||
134 | /* | ||
138 | * show local interrupt info | 135 | * show local interrupt info |
139 | */ | 136 | */ |
140 | extern void show_local_irqs(struct seq_file *); | 137 | extern void show_local_irqs(struct seq_file *); |