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

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)