lkml.org 
[lkml]   [2003]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[BUG/PATCH] mga-dri with highmem broken
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.''
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.017 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site