From: Ross Zwisler Date: Wed, 14 May 2014 15:41:12 +0000 (-0600) Subject: drm: Missed clflushopt in drm_clflush_virt_range X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~16^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7927096868061ff10fdb33b295dc0bcfebe2b35b;p=pandora-kernel.git drm: Missed clflushopt in drm_clflush_virt_range With this commit: 2a0788dc9bc4 x86: Use clflushopt in drm_clflush_virt_range If clflushopt is available on the system, we use it instead of clflush in drm_clflush_virt_range. There were two calls to clflush in this function, but only one was changed to clflushopt. This patch changes the other clflush call to clflushopt. Signed-off-by: Ross Zwisler Reported-by: Matthew Wilcox Cc: David Airlie Cc: dri-devel@lists.freedesktop.org Cc: H Peter Anvin Cc: Ingo Molnar Cc: Thomas Gleixner Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed