patch-2.4.23 linux-2.4.23/drivers/video/vesafb.c
Next file: linux-2.4.23/fs/Config.in
Previous file: linux-2.4.23/drivers/video/tdfxfb.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
2003-11-28 10:26:21.000000000 -0800
-  Orig file: 
linux-2.4.22/drivers/video/vesafb.c
-  Orig date: 
2003-08-25 04:44:43.000000000 -0700
diff -urN linux-2.4.22/drivers/video/vesafb.c linux-2.4.23/drivers/video/vesafb.c
@@ -93,7 +93,11 @@
 } fbcon_cmap;
 
 static int             inverse   = 0;
+#ifdef __x86_64__
+static int             mtrr      = 1;
+#else
 static int             mtrr      = 0;
+#endif
 static int	 vram __initdata = 0;	/* needed for vram boot option */
 static int             currcon   = 0;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)