From: Stan Bubrouski <stan@ccs.neu.edu>
To: Roberto Nibali <ratz@drugphish.ch>
Cc: Sipos Ferenc <sferi@mail.tvnet.hu>,
linux-kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: offtopic: patch for nvidia drivers
Date: Sat, 05 Oct 2002 12:28:54 -0400 [thread overview]
Message-ID: <3D9F1346.4020501@ccs.neu.edu> (raw)
In-Reply-To: 3D96CC7B.7060801@drugphish.ch
Roberto Nibali wrote:
...
> - /* finally, let's do it! */
> - err = remap_page_range( (size_t) uaddr, (size_t) start, size_bytes,
> + /* finally, let's do it! */
> +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)
> + err = remap_page_rage( (size_t) uaddr, (size_t) start, size_bytes,
> + PAGE_SHARED);
> +#else
That remap_page_rage should be remap_page_range as noted in a
previous thread. Just a reminder.
-Stan
prev parent reply other threads:[~2002-10-05 16:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-29 9:27 offtopic: patch for nvidia drivers Sipos Ferenc
2002-09-29 9:48 ` Roberto Nibali
2002-10-05 16:28 ` Stan Bubrouski [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=3D9F1346.4020501@ccs.neu.edu \
--to=stan@ccs.neu.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=ratz@drugphish.ch \
--cc=sferi@mail.tvnet.hu \
/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