From: Valentin Rothberg <valentinrothberg@gmail.com>
To: mpe@ellerman.id.au, cyrilbur@gmail.com
Cc: linux-kernel@vger.kernel.org,
Valentin Rothberg <valentinrothberg@gmail.com>
Subject: [PATCH] powerpc: process.c: fix Kconfig typo
Date: Wed, 5 Oct 2016 07:57:26 +0200 [thread overview]
Message-ID: <20161005055726.5614-1-valentinrothberg@gmail.com> (raw)
s/ALIVEC/ALTIVEC/
Signed-off-by: Valentin Rothberg <valentinrothberg@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
--
2.9.3
next reply other threads:[~2016-10-05 5:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-05 5:57 Valentin Rothberg [this message]
2016-10-05 22:54 ` Cyril Bur
[not found] ` <878ttby7vh.fsf@concordia.ellerman.id.au>
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=20161005055726.5614-1-valentinrothberg@gmail.com \
--to=valentinrothberg@gmail.com \
--cc=cyrilbur@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mpe@ellerman.id.au \
/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
Powered by JetHome