commit | ddd3f69f9f01063edabeb8ca5b1551936f98dfb1 | [log] [tgz] |
---|---|---|
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | Fri Jan 25 18:32:42 2013 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Feb 28 18:57:07 2013 +0100 |
tree | abb1164e485e1fa5e321c83b2c7bc1bee820b4c6 | |
parent | 3a6f08a3708f6faf6aba4abbdeaa9da29393f696 [diff] |
clocksource: time-armada-370-xp: add local timer support On the SOCs Armada 370 and Armada XP, each CPU comes with two private timers. This patch use the timer 0 of each CPU as local timer for the clockevent if CONFIG_LOCAL_TIMER is selected. In the other case, use only the private Timer 0 of CPU 0. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>