From: Chris Friesen <cfriesen@nortel.com>
To: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Andrew Morton <akpm@osdl.org>,
linuxppc64-dev <linuxppc64-dev@ozlabs.org>,
Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ppc64: update to use the new 4L headers
Date: Wed, 27 Apr 2005 20:04:26 -0600 [thread overview]
Message-ID: <427044AA.5030402@nortel.com> (raw)
In-Reply-To: <42704130.9050005@yahoo.com.au>
Nick Piggin wrote:
> Just a bit off-topic: I wonder how many more of these open
> coded pt walks exist in arch code (yes I see you've cleaned
> yours up - good).
I know there's open coded walks outside the tree (I maintain one) due to
there being no suitable function available from with in it...
I needed something like:
pte_t *va_to_ptep_map(struct mm_struct *mm, unsigned int addr)
There was code in follow_page() that did basically what I needed, but it
was all contained within that function so I had to re-implement it.
Chris
next prev parent reply other threads:[~2005-04-28 2:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-28 1:33 [PATCH] ppc64: update to use the new 4L headers Benjamin Herrenschmidt
2005-04-28 1:49 ` Nick Piggin
2005-04-28 2:04 ` Chris Friesen [this message]
2005-04-28 2:15 ` Nick Piggin
2005-05-02 0:17 ` Peter Chubb
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=427044AA.5030402@nortel.com \
--to=cfriesen@nortel.com \
--cc=akpm@osdl.org \
--cc=benh@kernel.crashing.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc64-dev@ozlabs.org \
--cc=nickpiggin@yahoo.com.au \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.