diff options
Diffstat (limited to 'arch/powerpc/kernel/process.c')
-rw-r--r-- | arch/powerpc/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c index 612df305886b..b8500b4ac7fe 100644 --- a/arch/powerpc/kernel/process.c +++ b/arch/powerpc/kernel/process.c | |||
@@ -983,7 +983,7 @@ void restore_tm_state(struct pt_regs *regs) | |||
983 | static inline void save_sprs(struct thread_struct *t) | 983 | static inline void save_sprs(struct thread_struct *t) |
984 | { | 984 | { |
985 | #ifdef CONFIG_ALTIVEC | 985 | #ifdef CONFIG_ALTIVEC |
986 | if (cpu_has_feature(cpu_has_feature(CPU_FTR_ALTIVEC))) | 986 | if (cpu_has_feature(CPU_FTR_ALTIVEC)) |
987 | t->vrsave = mfspr(SPRN_VRSAVE); | 987 | t->vrsave = mfspr(SPRN_VRSAVE); |
988 | #endif | 988 | #endif |
989 | #ifdef CONFIG_PPC_BOOK3S_64 | 989 | #ifdef CONFIG_PPC_BOOK3S_64 |