* [PATCH] i810 fb and x86-64
@ 2004-03-11 20:13 Andi Kleen
0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2004-03-11 20:13 UTC (permalink / raw)
To: jsimmons, akpm, linux-kernel
i810fb most likely is needed on x86-64 too because there are Intel chipsets
for it now. So far it only linked on i386, fix this.
-Andi
diff -u linux-2.6.4rc2-amd64/drivers/video/i810/i810_main.h-o linux-2.6.4rc2-amd64/drivers/video/i810/i810_main.h
--- linux-2.6.4rc2-amd64/drivers/video/i810/i810_main.h-o 2004-03-05 18:28:00.000000000 +0100
+++ linux-2.6.4rc2-amd64/drivers/video/i810/i810_main.h 2004-03-11 21:08:26.000000000 +0100
@@ -84,7 +84,7 @@
extern void i810fb_load_front (u32 offset, struct fb_info *info);
/* Conditionals */
-#if defined(__i386__)
+#ifdef CONFIG_X86
inline void flush_cache(void)
{
asm volatile ("wbinvd":::"memory");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-06 16:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-11 20:13 [PATCH] i810 fb and x86-64 Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®