mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [BUG/PATCH] mga-dri with highmem broken
@ 2003-05-26 11:30 Jasper Spaans
  0 siblings, 0 replies; only message in thread
From: Jasper Spaans @ 2003-05-26 11:30 UTC (permalink / raw)
  To: linux-kernel, faith, torvalds

Hello,

When compiling with DRM_MGA and HIGHMEM set, compilation of current BK
fails; the following diff makes it compile but doesn't look clean to me.
Does anyone have a better proposal?

Index: drivers/char/drm/drm_memory.h
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/drm/drm_memory.h,v
retrieving revision 1.9
diff -u -r1.9 drm_memory.h
--- drivers/char/drm/drm_memory.h	24 May 2003 19:57:47 -0000	1.9
+++ drivers/char/drm/drm_memory.h	26 May 2003 10:23:29 -0000
@@ -52,6 +52,11 @@
 # endif
 #endif
 
+#ifdef CONFIG_HIGHMEM
+# include <asm/highmem.h>
+#endif
+
+
 #include <asm/tlbflush.h>
 
 /*



Bye, Jasper
-- 
Jasper Spaans
http://jsp.vs19.net/contact/

``Got no clue? Too bad for you.''

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-26 11:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-26 11:30 [BUG/PATCH] mga-dri with highmem broken Jasper Spaans

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®