RealView: Use only the shadow mapping of ARM11MPCore local timers
All the cases where the local timer for a CPU is accessed happen on the corresponding current CPU, hence no need to access the per-CPU local timer mappings. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
@@ -629,7 +629,7 @@ void __init realview_timer_init(unsigned int timer_irq)
|
||||
* The dummy clock device has to be registered before the main device
|
||||
* so that the latter will broadcast the clock events
|
||||
*/
|
||||
local_timer_setup(smp_processor_id());
|
||||
local_timer_setup();
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user