commit | 94790ec25fdd51dc4126cc176f2e104f80f87fcb | [log] [tgz] |
---|---|---|
author | Jeff Ohlstein <johlstei@codeaurora.org> | Thu Dec 02 12:05:12 2010 -0800 |
committer | David Brown <davidb@codeaurora.org> | Fri Jan 07 15:54:44 2011 -0800 |
tree | 6df4ba7d9e71459817b3a4d39b9094ac63698f6c | |
parent | 7b181446c68768e2f3231a0885095ee41261dcde [diff] |
msm: timer: SMP timer support for msm The msm provides timer hardware that is private to each core. Each timer has separate counter and match registers, so we create separate clock_event_devices for each core. For the global clocksource, use cpu 0's counter. Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>