diff options
Diffstat (limited to 'arch/arm/kernel/smp.c')
-rw-r--r-- | arch/arm/kernel/smp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c index bd905c0a736..55fa7ff96a3 100644 --- a/arch/arm/kernel/smp.c +++ b/arch/arm/kernel/smp.c | |||
@@ -171,7 +171,7 @@ int __cpuexit __cpu_disable(void) | |||
171 | /* | 171 | /* |
172 | * Stop the local timer for this CPU. | 172 | * Stop the local timer for this CPU. |
173 | */ | 173 | */ |
174 | local_timer_stop(cpu); | 174 | local_timer_stop(); |
175 | 175 | ||
176 | /* | 176 | /* |
177 | * Flush user cache and TLB mappings, and then remove this CPU | 177 | * Flush user cache and TLB mappings, and then remove this CPU |
@@ -274,7 +274,7 @@ asmlinkage void __cpuinit secondary_start_kernel(void) | |||
274 | /* | 274 | /* |
275 | * Setup local timer for this CPU. | 275 | * Setup local timer for this CPU. |
276 | */ | 276 | */ |
277 | local_timer_setup(cpu); | 277 | local_timer_setup(); |
278 | 278 | ||
279 | calibrate_delay(); | 279 | calibrate_delay(); |
280 | 280 | ||