commit | 20cdfdac21422ecf469875f8642e35ef724a9f6d | [log] [tgz] |
---|---|---|
author | Eric Holmberg <eholmber@codeaurora.org> | Fri Jun 21 13:56:39 2013 -0600 |
committer | Eric Holmberg <eholmber@codeaurora.org> | Fri Jun 21 14:06:13 2013 -0600 |
tree | 4d9e17f37adc431b9b349ae27cb352635f22c093 | |
parent | 9a0b4de70bb75f0026fbe54babed401813fa50bd [diff] |
msm: smem: Add non-locking smem-get function For SSR use cases, the failed subsystem may have crashed with the remote spinlock locked. In this case, if smem_get_entry() is called before SMEM has processed the subsystem restart, then it will cause a deadlock. Add new function that does not acquire the remote spinlock for the SSR restart use case. Change-Id: Ieab390855a5bdf32beb1b11884846afef6dbbf98 Signed-off-by: Eric Holmberg <eholmber@codeaurora.org>