]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: fix footbridge clockevent device
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Dec 2013 12:39:50 +0000 (12:39 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Dec 2013 12:41:20 +0000 (12:41 +0000)
commit147cb1e588546c8a580607d3bf979af070c68329
tree0dd6627eafe43281cfa453386a2e9543d0299567
parent615718eb8b290f1bf026ae7d09c820fa665a8aac
ARM: fix footbridge clockevent device

The clockevents code was being told that the footbridge clock event
device ticks at 16x the rate which it actually does.  This leads to
timekeeping problems since it allows the clocksource to wrap before
the kernel notices.  Fix this by using the correct clock.

Fixes: 78a54d921260b ("ARM: footbridge: convert to clockevents/clocksource")
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: <stable@vger.kernel.org>
arch/arm/mach-footbridge/dc21285-timer.c