ARM: bL_switcher: add clockevent save/restore support
commit3f09d4799ecc076cccc11ab2333a36ec849d24f5
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Wed, 16 May 2012 14:55:54 +0000 (16 15:55 +0100)
committerNicolas Pitre <nicolas.pitre@linaro.org>
Tue, 30 Jul 2013 13:02:14 +0000 (30 09:02 -0400)
tree07fb251ee08d956b5284264ea1c8d9516838132e
parent1c33be57496d927ce05b2513ff0c108f69db4345
ARM: bL_switcher: add clockevent save/restore support

Per-CPU timers that are shutdown when a CPU is switched over must be disabled
upon switching and reprogrammed on the inbound CPU by relying on the
clock events management API. save/restore sequence is executed with irqs
disabled as mandated by the clock events API.

The next_event is an absolute time, hence, when the inbound CPU resumes,
if the timer has expired the min delta is forced into the tick device to
fire after few cycles.

This patch adds switching support for clock events that are per-CPU and
have to be migrated when a switch takes place; the cpumask of the clock
event device is checked against the cpumask of the current cpu, and if
they match, the clockevent device mode is saved and it is put in
shutdown mode. Resume code reprogrammes the tick device accordingly.

Tested on A15/A7 fast models and architected timers.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Nicolas Pitre <nico@linaro.org>
arch/arm/common/bL_switcher.c