Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into devel

This commit is contained in:
Russell King
2008-12-01 17:53:45 +00:00
committed by Russell King
27 changed files with 1614 additions and 683 deletions

View File

@@ -181,7 +181,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
@@ -284,7 +284,7 @@ asmlinkage void __cpuinit secondary_start_kernel(void)
/*
* Setup local timer for this CPU.
*/
local_timer_setup(cpu);
local_timer_setup();
calibrate_delay();