ARM: 7297/1: smp_twd: make sure timer is stopped before registering it
authorMarc Zyngier <Marc.Zyngier@arm.com>
Fri, 20 Jan 2012 11:24:47 +0000 (12:24 +0100)
committer黄涛 <huangtao@rock-chips.com>
Wed, 22 Feb 2012 06:09:46 +0000 (14:09 +0800)
commitd1a4be5e640aad647e5b0a758b6cba6987a0f0ca
tree743add15eaea040dca151c0a4b25eb63411978b0
parent9f70ef65c4132afb1258390280f579acd32ad747
ARM: 7297/1: smp_twd: make sure timer is stopped before registering it

On secondary CPUs, the Timer Control Register is not reset
to a sane value before the timer is registered, and the TRM
doesn't seem to indicate any reset value either. In some cases,
the kernel will take an interrupt too early, depending on what
junk was present in the registers at reset time.

The fix is to set the Timer Control Register to 0 before
registering the clock_event_device and enabling the interrupt.

Problem seen on VE (Cortex A5) and Tegra.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/smp_twd.c