From: rkuo <rkuo@codeaurora.org>
To: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: linux-hexagon@vger.kernel.org
Subject: Re: [PATCH] hexagon: correct type on pgd copy
Date: Fri, 6 Dec 2013 15:15:54 -0600 [thread overview]
Message-ID: <20131206211554.GA14311@codeaurora.org> (raw)
In-Reply-To: <1386296005-2346-1-git-send-email-imirkin@alum.mit.edu>
On Thu, Dec 05, 2013 at 09:13:25PM -0500, Ilia Mirkin wrote:
> swapper_pg_dir is an array of pgd_t, not pgd_t*. This has no actual
> effect since sizeof(pgd_t) == sizeof(pgd_t*), but unconfuses tools that
> check types.
>
> Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
> ---
>
> Looks like I wrote this ~2 years ago, when I was playing around with spatch,
> but forgot to send it out (along with a few other patches which no longer
> applied). This still seems valid though.
>
> arch/hexagon/include/asm/pgalloc.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Thanks! I'll try to send this out with my next pull request.
Acked-by: Richard Kuo <rkuo@codeaurora.org>
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
prev parent reply other threads:[~2013-12-06 21:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-06 2:13 [PATCH] hexagon: correct type on pgd copy Ilia Mirkin
2013-12-06 21:15 ` rkuo [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=20131206211554.GA14311@codeaurora.org \
--to=rkuo@codeaurora.org \
--cc=imirkin@alum.mit.edu \
--cc=linux-hexagon@vger.kernel.org \
/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.