Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942068AbcJEWyl (ORCPT ); Wed, 5 Oct 2016 18:54:41 -0400 Received: from mail-pa0-f66.google.com ([209.85.220.66]:33471 "EHLO mail-pa0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934545AbcJEWyj (ORCPT ); Wed, 5 Oct 2016 18:54:39 -0400 Message-ID: <1475708074.735.2.camel@gmail.com> Subject: Re: [PATCH] powerpc: process.c: fix Kconfig typo From: Cyril Bur To: Valentin Rothberg , mpe@ellerman.id.au Cc: linux-kernel@vger.kernel.org Date: Thu, 06 Oct 2016 09:54:34 +1100 In-Reply-To: <20161005055726.5614-1-valentinrothberg@gmail.com> References: <20161005055726.5614-1-valentinrothberg@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 852 Lines: 28 On Wed, 2016-10-05 at 07:57 +0200, Valentin Rothberg wrote: > s/ALIVEC/ALTIVEC/ > Oops, nice catch > Signed-off-by: Valentin Rothberg Reviewed-by: Cyril Bur > --- >  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