mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jasper Spaans <jasper@vs19.net>
To: linux-kernel@vger.kernel.org, faith@redhat.com, torvalds@transmeta.com
Subject: [BUG/PATCH] mga-dri with highmem broken
Date: Mon, 26 May 2003 13:30:23 +0200	[thread overview]
Message-ID: <20030526113023.GA20463@spaans.vs19.net> (raw)

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.''

                 reply	other threads:[~2003-05-26 11:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030526113023.GA20463@spaans.vs19.net \
    --to=jasper@vs19.net \
    --cc=faith@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®