commit | 4283e1715bde56cf28643dc7a34d7ee31adf99c6 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Mon Sep 26 14:45:47 2011 -0600 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Tue Oct 04 09:52:01 2011 -0700 |
tree | 92e8f8a908292299c9f5a51510019d653b170124 | |
parent | f0f95d80188c549983738de738c2007928c0d582 [diff] |
msm: kgsl: Properly handle double mmapped memory In some situations, the same block of memory is mapped multiple times. Properly refcount that mapping otherwise we could get into a situation where the mem entry is completely dereferenced before its time. CRs-fixed: 306942 Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>