From: Bjorn Helgaas Date: Sat, 8 Apr 2006 05:47:12 +0000 (-0700) Subject: [IA64] always map VGA framebuffer UC, even if it supports WB X-Git-Tag: v2.6.17-rc2~99^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2db8d99ffdbed7d2beb1bbdefdcd086dda9dee98;p=pandora-kernel.git [IA64] always map VGA framebuffer UC, even if it supports WB EFI on some machines, e.g., Intel Tiger, reports that the VGA framebuffer supports WB access. ioremap() prefers WB when possible, so it can work when mapping main memory. But it doesn't make sense to map a framebuffer WB, because the driver doesn't flush explicitly, so updates won't make it to the device immediately. This is due to Zou Nan hai . More extensive fix that adds a "size" argument coming soon. Signed-off-by: Bjorn Helgaas Cc: "Antonino A. Daplas" Cc: "Luck, Tony" Signed-off-by: Andrew Morton Signed-off-by: Tony Luck --- Reading git-diff-tree failed