android: ion: kill system_contig heap
authorCho KyongHo <pullip.cho@samsung.com>
Fri, 2 Feb 2018 13:56:04 +0000 (22:56 +0900)
committerSangwook Ju <sw.ju@samsung.com>
Mon, 14 May 2018 10:45:22 +0000 (19:45 +0900)
commit20a210e6ed8e7722cc70dc2c9e65ecaaa4679382
tree954b1c96216cad195e5a48edfbec5763d28314da
parent526a324ea5436a210f884db5ddd66e1ad030cb12
android: ion: kill system_contig heap

system_contig heap is very restrictive to be used by graphic/multimedia
use. Since it relies on the page allocator even for the large
physically contiguous buffers.
Let's kill system_contig heap to prevent users from confusion.

Change-Id: Id5bcca56d2139b95c706c5068d797f77904d4888
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/staging/android/ion/ion_system_heap.c