X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fkernel%2Fsmp.c;h=55fa7ff96a3e7aaf654d30c64677b1a4d666ee4b;hb=2ca1a615835d9f4990f42102ab1f2ef434e7e89c;hp=bd905c0a73651f85d54fffb25146b50d7d267368;hpb=e12f0102ac81d660c9f801d0a0e10ccf4537a9de;p=linux-2.6-omap-h63xx.git 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) /* * Stop the local timer for this CPU. */ - local_timer_stop(cpu); + local_timer_stop(); /* * Flush user cache and TLB mappings, and then remove this CPU @@ -274,7 +274,7 @@ asmlinkage void __cpuinit secondary_start_kernel(void) /* * Setup local timer for this CPU. */ - local_timer_setup(cpu); + local_timer_setup(); calibrate_delay();