aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorThomas Schlichter <thomas.schlichter@web.de>2011-05-19 14:44:05 +0100
committerAndy Whitcroft <apw@canonical.com>2012-01-05 12:12:13 +0000
commitc07012dc9776706920c3a6762719aad74139a53a (patch)
treeffef09024d1e5f50811116ccdd9e78ad3fb1f112 /drivers
parent25e8104ec96590598fa26ab1243873a531c45916 (diff)
UBUNTU: SAUCE: vesafb: enable mtrr WC by default
BugLink: http://bugs.launchpad.net/bugs/778043 Move to enabling a write-combining MTRR by default, this then matches the uvesafb module. Acked-by: Leann Ogasawara <leann.ogasawara@canonical.com> Acked-by: Brad Figg <brad.figg@canonical.com> Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/vesafb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
index 9081d294745..9d6995d2039 100644
--- a/drivers/video/vesafb.c
+++ b/drivers/video/vesafb.c
@@ -55,7 +55,7 @@ static struct fb_fix_screeninfo vesafb_fix __initdata = {
#ifndef MODULE
static int inverse __read_mostly;
#endif
-static int mtrr __read_mostly; /* disable mtrr */
+static int mtrr __read_mostly = 3; /* disable mtrr */
static int vram_remap __initdata; /* Set amount of memory to be used */
static int vram_total __initdata; /* Set total amount of memory */
static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */