commit | d17ee76eb410253365557866f1cb872f0a87f6e7 | [log] [tgz] |
---|---|---|
author | Jeff Ohlstein <johlstei@codeaurora.org> | Mon Sep 26 19:44:22 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Tue Oct 11 09:59:27 2011 -0700 |
tree | 1b3e8dc1d0335607e2ba19adc2adc0518355796a | |
parent | 4923db20b5e49ed096264e0d6b49996dc840bf06 [diff] |
msm: timer: make first_boot flag per-cpu Previously we would only setup the local timer properly on one cpu, since we relied on a one-use flag for this purpose, and it was not per-cpu. Make it per-cpu so each cpu initializes its timer. Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>