aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/procinfo.h
diff options
context:
space:
mode:
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2012-05-16 15:55:54 +0100
committerNicolas Pitre <nicolas.pitre@linaro.org>2013-05-13 15:06:39 -0400
commit5b317d7415cb03c429551e18d777cfc843c43865 (patch)
tree031efb9434fa430489b499650b34abfe86b8aa88 /arch/arm/include/asm/procinfo.h
parent150dbebaaed5e501a0676017d5a0b6f272f5d45f (diff)
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>
Diffstat (limited to 'arch/arm/include/asm/procinfo.h')
0 files changed, 0 insertions, 0 deletions