From: Jesper Nilsson <jesper.nilsson@axis.com>
To: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Cc: linux-cris-kernel <linux-cris-kernel@axis.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"eric.dumazet@gmail.com" <eric.dumazet@gmail.com>
Subject: Re: [PATCH] cris: Change function name from alloc_thread_info to alloc_thread_info_node
Date: Thu, 24 Mar 2011 12:58:54 +0100 [thread overview]
Message-ID: <20110324115854.GY3976@axis.com> (raw)
In-Reply-To: <1300946448-8468-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com>
On Thu, Mar 24, 2011 at 07:00:48AM +0100, Nobuhiro Iwamatsu wrote:
> By commit b6a84016bd2598e35ead635147fa53619982648d, alloc_thread_info was
> replaced by alloc_thread_info_node.
> However, the change of the function name was incomplete.
>
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
> CC: Eric Dumazet <eric.dumazet@gmail.com>
> ---
> arch/cris/include/asm/thread_info.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/cris/include/asm/thread_info.h b/arch/cris/include/asm/thread_info.h
> index 29b74a1..6f23eca 100644
> --- a/arch/cris/include/asm/thread_info.h
> +++ b/arch/cris/include/asm/thread_info.h
> @@ -68,7 +68,7 @@ struct thread_info {
> #define init_thread_info (init_thread_union.thread_info)
>
> /* thread information allocation */
> -#define alloc_thread_info(tsk, node) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1))
> +#define alloc_thread_info_node(tsk, node) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1))
> #define free_thread_info(ti) free_pages((unsigned long) (ti), 1)
>
> #endif /* !__ASSEMBLY__ */
> --
> 1.7.2.3
/^JN - Jesper Nilsson
--
Jesper Nilsson -- jesper.nilsson@axis.com
prev parent reply other threads:[~2011-03-24 11:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-24 6:00 [PATCH] cris: Change function name from alloc_thread_info to alloc_thread_info_node Nobuhiro Iwamatsu
2011-03-24 11:58 ` Jesper Nilsson [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=20110324115854.GY3976@axis.com \
--to=jesper.nilsson@axis.com \
--cc=eric.dumazet@gmail.com \
--cc=linux-cris-kernel@axis.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nobuhiro.iwamatsu.yj@renesas.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