From: Konrad Rzeszutek Wilk Date: Thu, 3 Dec 2009 15:31:56 +0000 (-0500) Subject: fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag. X-Git-Tag: v2.6.33-rc1~328^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7164bb4393cef668d3da281fa1c599a6673ea768;p=pandora-kernel.git fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag. Most users (except sh_mobile_lcdcfb.c) get their framebuffer from vmalloc. Setting VM_IO is not necessary as the memory obtained from vmalloc is System RAM type and is not susceptible to PCI memory constraints. Signed-off-by: Konrad Rzeszutek Wilk Signed-off-by: Jeremy Fitzhardinge Acked-by: Jaya Kumar --- Reading git-diff-tree failed