From: Dave Jones <davej@codemonkey.org.uk>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: PATCH: __NO_VERSION__ and remove a bogomacro from drm
Date: Fri, 21 Mar 2003 18:41:20 +0000 [thread overview]
Message-ID: <20030321184119.GC17494@suse.de> (raw)
In-Reply-To: <200303211920.h2LJKpoF025699@hraefn.swansea.linux.org.uk>
On Fri, Mar 21, 2003 at 07:20:51PM +0000, Alan Cox wrote:
> @@ -40,12 +39,6 @@
> #include <linux/interrupt.h> /* For task queue support */
> #include <linux/delay.h>
>
> -#ifdef DO_MUNMAP_4_ARGS
> -#define DO_MUNMAP(m, a, l) do_munmap(m, a, l, 1)
> -#else
> -#define DO_MUNMAP(m, a, l) do_munmap(m, a, l)
> -#endif
> -
> #define I830_BUF_FREE 2
> #define I830_BUF_CLIENT 1
> #define I830_BUF_HARDWARE 0
> @@ -230,7 +223,7 @@
> return -EINVAL;
>
> down_write(¤t->mm->mmap_sem);
> - retcode = DO_MUNMAP(current->mm,
> + retcode = do_munmap(current->mm,
> (unsigned long)buf_priv->virtual,
> (size_t) buf->total);
> up_write(¤t->mm->mmap_sem);
> -
already applied in -bk
Dave
prev parent reply other threads:[~2003-03-21 18:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-21 19:20 PATCH: __NO_VERSION__ and remove a bogomacro from drm Alan Cox
2003-03-21 18:41 ` Dave Jones [this message]
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=20030321184119.GC17494@suse.de \
--to=davej@codemonkey.org.uk \
--cc=alan@lxorguk.ukuu.org.uk \
--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