commit | 7e538f04942d94814b7d8093871ad3cad4a0f081 | [log] [tgz] |
---|---|---|
author | Jeff Ohlstein <johlstei@codeaurora.org> | Tue Nov 01 17:36:22 2011 -0700 |
committer | Jeff Ohlstein <johlstei@codeaurora.org> | Thu Nov 03 11:47:51 2011 -0700 |
tree | 7684dffeb202fd65ae617f4ee429fc5d5ede94e7 | |
parent | 2b4bf3a674e1a750883c239be78ab33768c33c61 [diff] |
msm: timer: correct timer0 base setting Currently timer0 base is not being set properly until smp timer intitialization. This is incorrect, as sched_clock is called on cpu1 by printk, which happens before said timer initialization. Change-Id: I208bdede2ff2714352ff4d22a4509304ac25afd3 Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>