commit | 58fcde4306c6805434775a0143908d855825e7ba | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Jan 11 10:55:05 2012 -0800 |
committer | QuIC Gerrit Code Review <code-review@localhost> | Wed Jan 11 10:55:05 2012 -0800 |
tree | 192379bf95dd741bed9939c29d9a0442c3744690 | |
parent | 52ef0b76d7e95bc7e4fb02c1c75a9d439c6244e5 [diff] | |
parent | 6b2f80e5f6d0709a4124d3a64a778473d934d7fb [diff] |
Merge "msm: smd: Clear Apps SMSM_RESET for Subsytem Restart" into msm-3.0
diff --git a/arch/arm/mach-msm/smd.c b/arch/arm/mach-msm/smd.c index b31550a..514f817 100644 --- a/arch/arm/mach-msm/smd.c +++ b/arch/arm/mach-msm/smd.c
@@ -667,7 +667,8 @@ /* restart SMSM init handshake */ if (restart_pid == SMSM_MODEM) { smsm_change_state(SMSM_APPS_STATE, - SMSM_INIT | SMSM_SMD_LOOPBACK, 0); + SMSM_INIT | SMSM_SMD_LOOPBACK | SMSM_RESET, + 0); } /* notify SMSM processors */