mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
camera:pmem_cam use cache
This commit is contained in:
parent
a448a9de9f
commit
8fe34d8fdb
|
|
@ -282,7 +282,7 @@ static struct android_pmem_platform_data android_pmem_cam_pdata = {
|
|||
.start = PMEM_CAM_BASE,
|
||||
.size = PMEM_CAM_SIZE,
|
||||
.no_allocator = 1,
|
||||
.cached = 0,
|
||||
.cached = 1,
|
||||
};
|
||||
|
||||
static struct platform_device android_pmem_cam_device = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user