From: Paul Mundt Date: Wed, 1 Jul 2009 06:50:31 +0000 (+0000) Subject: sh: LCDC dcache flush for deferred io X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1c6a307a54668eda556f499c94e75086aaf8f80f;p=openwrt%2Fstaging%2Fblogic.git sh: LCDC dcache flush for deferred io Since writenotify on uncached vmas is unsupported in 2.6.31, live with cached framebuffer memory in the deferred io case for now and flush the dcache before forcing refresh. Signed-off-by: Paul Mundt Acked-by: Magnus damm --- diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c index f10d2fbeda06..da983b720f08 100644 --- a/drivers/video/sh_mobile_lcdcfb.c +++ b/drivers/video/sh_mobile_lcdcfb.c @@ -17,6 +17,7 @@ #include #include #include +#include #include