[RFC PATCH 5/5] ARM: Add generic timer broadcast support

2012-12-18 Thread Mark Rutland
Implement timer_broadcast for the arm architecture, allowing for the use of clock_event_device_drivers decoupled from the timer tick broadcast mechanism. Signed-off-by: Mark Rutland --- arch/arm/Kconfig |1 + arch/arm/kernel/smp.c |3 +-- 2 files changed, 2 insertions(+), 2

[RFC PATCH 5/5] ARM: Add generic timer broadcast support

2012-12-18 Thread Mark Rutland
Implement timer_broadcast for the arm architecture, allowing for the use of clock_event_device_drivers decoupled from the timer tick broadcast mechanism. Signed-off-by: Mark Rutland mark.rutl...@arm.com --- arch/arm/Kconfig |1 + arch/arm/kernel/smp.c |3 +-- 2 files changed, 2