commit | 0ef330e10dcdbca8f4566e9eaf77015f8ce039d3 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Jan 10 19:26:45 2012 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Tue Mar 13 13:27:50 2012 +0000 |
tree | b6adfb473921a37bf73372dd3dfec23a1e450d67 | |
parent | abde710ca8776f851e41c3dfe78ad7dcafa26dc9 [diff] |
ARM: local timers: introduce a new registration interface In order to switch to a runtime selectable local timer, add a registration interface that timer drivers can use to register to the core. local_timer_setup() and local_timer_stop() are made weak symbols in order not to break existing setups. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>