ion: allow cached mappings of chunk and system heap buffers
authorColin Cross <ccross@android.com>
Tue, 26 Nov 2013 23:33:33 +0000 (15:33 -0800)
committerColin Cross <ccross@android.com>
Thu, 12 Dec 2013 23:27:11 +0000 (15:27 -0800)
commit1f67f7520303192e46e1621639097007ab076b90
tree90ee61edb9dca57096af54fe1975365d07e3a92f
parentd671290eae60f4a77ab2aef79cfaed008ee0716d
ion: allow cached mappings of chunk and system heap buffers

Now that ion_vm_fault uses vm_insert_pfn instead of vm_insert_page
cached buffers can be supported in any heap.  Remove the checks
in the chunk and system heaps.

Change-Id: I371a44c400ed8a342c3b0eed90d0fb7060537697
Signed-off-by: Colin Cross <ccross@android.com>
drivers/staging/android/ion/ion_chunk_heap.c
drivers/staging/android/ion/ion_system_heap.c