commit | 9b3492a7539c315534c4cf632a13b5558b8cf110 | [log] [tgz] |
---|---|---|
author | Deva Ramasubramanian <dramasub@codeaurora.org> | Wed May 29 14:23:31 2013 -0700 |
committer | Deva Ramasubramanian <dramasub@codeaurora.org> | Thu May 30 16:53:30 2013 -0700 |
tree | 71071d4cfa12efdcb953da0b97da6bf5c2975f21 | |
parent | efc58d983ec66e4ae7749fcb551fad94e2a227c2 [diff] |
msm: wfd: Stop mapping buffers into kernel memory Aside for debugging purposes, there's no need to map input/output buffers into kernel. Unnecessarily mapping it causes low memory issues on various targets as the buffers are as big as 2MB each. As kernel mappings are useful for debugging, map it only when CONFIG_MSM_WFD_DEBUG has been enabled. Change-Id: I2c3d48397a0ebdd5c8dc559c306c54bda0b7d076 Signed-off-by: Deva Ramasubramanian <dramasub@codeaurora.org>