public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: James Hogan <james.hogan@imgtec.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: <linux-metag@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	"Geert Uytterhoeven" <geert+renesas@linux-m68k.org>
Subject: Re: [PATCH] metag/smp: Make boot_secondary() static
Date: Mon, 6 Jan 2014 10:05:50 +0000	[thread overview]
Message-ID: <52CA7FFE.9070405@imgtec.com> (raw)
In-Reply-To: <1388763831-27357-1-git-send-email-geert@linux-m68k.org>

On 03/01/14 15:43, Geert Uytterhoeven wrote:
> From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
> 
> boot_secondary() is not used outside arch/metag/kernel/smp.c, hence make it
> static.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>

Thanks, applied.

Cheers
James

> ---
>  arch/metag/kernel/smp.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/metag/kernel/smp.c b/arch/metag/kernel/smp.c
> index 7c0113142981..fc4b80e1e06a 100644
> --- a/arch/metag/kernel/smp.c
> +++ b/arch/metag/kernel/smp.c
> @@ -68,7 +68,7 @@ static DECLARE_COMPLETION(cpu_running);
>  /*
>   * "thread" is assumed to be a valid Meta hardware thread ID.
>   */
> -int boot_secondary(unsigned int thread, struct task_struct *idle)
> +static int boot_secondary(unsigned int thread, struct task_struct *idle)
>  {
>  	u32 val;
>  
> 


      reply	other threads:[~2014-01-06 10:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-03 15:43 [PATCH] metag/smp: Make boot_secondary() static Geert Uytterhoeven
2014-01-06 10:05 ` James Hogan [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=52CA7FFE.9070405@imgtec.com \
    --to=james.hogan@imgtec.com \
    --cc=geert+renesas@linux-m68k.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-metag@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox