From 9e210be68a396da0f1d030289c323f1785f29d33 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Wed, 2 Oct 2013 16:58:39 +0200 Subject: [PATCH] simplefb: use write-combined remapping Framebuffers shouldn't be cached and it is usually very uncommon to read them. Therefore, use ioremap_wc() to get significant speed improvements on systems which provide it. On all other systems it's aliased to ioremap_nocache() which is also fine. Reported-by: Tom Gundersen Signed-off-by: David Herrmann Tested-by: Tom Gundersen Tested-by: Alexandre Courbot Tested-by: Stephen Warren Signed-off-by: Tomi Valkeinen --- Reading git-format-patch failed