All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyril Bur <cyrilbur@gmail.com>
To: Valentin Rothberg <valentinrothberg@gmail.com>, mpe@ellerman.id.au
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] powerpc: process.c: fix Kconfig typo
Date: Thu, 06 Oct 2016 09:54:34 +1100	[thread overview]
Message-ID: <1475708074.735.2.camel@gmail.com> (raw)
In-Reply-To: <20161005055726.5614-1-valentinrothberg@gmail.com>

On Wed, 2016-10-05 at 07:57 +0200, Valentin Rothberg wrote:
> s/ALIVEC/ALTIVEC/
> 

Oops, nice catch

> Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>

Reviewed-by: Cyril Bur <cyrilbur@gmail.com>

> ---
>  arch/powerpc/kernel/process.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/kernel/process.c
> b/arch/powerpc/kernel/process.c
> index 9e7c10fe205f..ce6dc61b15b2 100644
> --- a/arch/powerpc/kernel/process.c
> +++ b/arch/powerpc/kernel/process.c
> @@ -1012,7 +1012,7 @@ void restore_tm_state(struct pt_regs *regs)
>  	/* Ensure that restore_math() will restore */
>  	if (msr_diff & MSR_FP)
>  		current->thread.load_fp = 1;
> -#ifdef CONFIG_ALIVEC
> +#ifdef CONFIG_ALTIVEC
>  	if (cpu_has_feature(CPU_FTR_ALTIVEC) && msr_diff & MSR_VEC)
>  		current->thread.load_vec = 1;
>  #endif

  reply	other threads:[~2016-10-05 22:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-05  5:57 [PATCH] powerpc: process.c: fix Kconfig typo Valentin Rothberg
2016-10-05 22:54 ` Cyril Bur [this message]
2016-10-26  5:52   ` Michael Ellerman
2016-10-26  6:25     ` Valentin Rothberg
2016-10-26 10:40       ` Michael Ellerman
2016-10-26 10:43         ` Valentin Rothberg
2016-10-27  0:11           ` Michael Ellerman
2016-10-27  1:08     ` Cyril Bur
2016-10-27 11:41 ` Michael Ellerman

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=1475708074.735.2.camel@gmail.com \
    --to=cyrilbur@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpe@ellerman.id.au \
    --cc=valentinrothberg@gmail.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 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.