From: Colin Cross Date: Sat, 14 Dec 2013 03:26:24 +0000 (-0800) Subject: ion: use vm_insert_pfn for faulted pages X-Git-Tag: v3.14-rc1~150^2~373 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=462be0c616c297776556b24daa1511bcc0e0cd2c;p=pandora-kernel.git ion: use vm_insert_pfn for faulted pages Most ion userspace mappings are created with remap_pfn_range. Use vm_insert_pfn instead of vm_insert_page to make faulted cached mappings look more like uncached mappings. Signed-off-by: Colin Cross Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed