public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] make vesafb build without CONFIG_MTRR
@ 2005-11-07 12:53 Jan Beulich
  2005-11-09 21:59 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Beulich @ 2005-11-07 12:53 UTC (permalink / raw)
  To: Gerd Knorr; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 108 bytes --]

vesafb did not build without CONFIG_MTRR.

From: Jan Beulich <jbeulich@novell.com>

(actual patch attached)

[-- Attachment #2: linux-2.6.14-vesafb-no-mtrr.patch --]
[-- Type: application/octet-stream, Size: 677 bytes --]

vesafb did not build without CONFIG_MTRR.

From: Jan Beulich <jbeulich@novell.com>

--- /home/jbeulich/tmp/linux-2.6.14/drivers/video/vesafb.c	2005-10-28 02:02:08.000000000 +0200
+++ 2.6.14/drivers/video/vesafb.c	2005-11-04 12:19:15.000000000 +0100
@@ -419,6 +419,7 @@ static int __init vesafb_probe(struct de
 	 * region already (FIXME) */
 	request_region(0x3c0, 32, "vesafb");
 
+#ifdef CONFIG_MTRR
 	if (mtrr) {
 		unsigned int temp_size = size_total;
 		unsigned int type = 0;
@@ -456,6 +457,7 @@ static int __init vesafb_probe(struct de
 			} while (temp_size >= PAGE_SIZE && rc == -EINVAL);
 		}
 	}
+#endif
 	
 	info->fbops = &vesafb_ops;
 	info->var = vesafb_defined;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-10  8:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-07 12:53 [PATCH] make vesafb build without CONFIG_MTRR Jan Beulich
2005-11-09 21:59 ` Adrian Bunk
2005-11-10  8:24   ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox