aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorThomas Schlichter <thomas.schlichter@web.de>2011-05-19 14:44:05 +0100
committerJohn Rigby <john.rigby@linaro.org>2012-06-23 23:16:02 -0600
commitfd85f65bd93bdebd47b466229e11947cc9a82379 (patch)
treef06627e3f1b2a564d6794be8cbc66499b9998c4a /drivers
parentb00753db71eaff620d8868e4b2115d8ea3ab216c (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 ??? */