All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: process.c: fix Kconfig typo
@ 2016-10-05  5:57 Valentin Rothberg
  2016-10-05 22:54 ` Cyril Bur
  2016-10-27 11:41 ` Michael Ellerman
  0 siblings, 2 replies; 9+ messages in thread
From: Valentin Rothberg @ 2016-10-05  5:57 UTC (permalink / raw)
  To: mpe, cyrilbur; +Cc: linux-kernel, Valentin Rothberg

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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-10-27 14:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-05  5:57 [PATCH] powerpc: process.c: fix Kconfig typo Valentin Rothberg
2016-10-05 22:54 ` Cyril Bur
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

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.