diff options
author | guoyin.chen <guoyin.chen@freescale.com> | 2013-01-30 17:01:55 +0800 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2013-01-31 11:18:51 +0800 |
commit | 5e1764fd937a33291588ed19da7b8d6410b4f953 (patch) | |
tree | 4ceaf71c048bc258b2abfd1540f7d7a7f6694ece /include | |
parent | b42be77aa7842834f0fb50924546701b668d7ab9 (diff) |
ENGR00242239-1 Camera app be freezed when taking 5M pic in MX6DL
Make CARVEOUT ION heap be configured to be cachable as platform data
Signed-off-by: guoyin.chen <guoyin.chen@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ion.h b/include/linux/ion.h index 2cc8e0c7d096..59f581ff5d56 100644 --- a/include/linux/ion.h +++ b/include/linux/ion.h @@ -72,6 +72,7 @@ struct ion_platform_heap { const char *name; ion_phys_addr_t base; size_t size; + unsigned char cacheable; }; /** |