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 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) | |||
1012 | /* Ensure that restore_math() will restore */ | 1012 | /* Ensure that restore_math() will restore */ |
1013 | if (msr_diff & MSR_FP) | 1013 | if (msr_diff & MSR_FP) |
1014 | current->thread.load_fp = 1; | 1014 | current->thread.load_fp = 1; |
1015 | #ifdef CONFIG_ALIVEC | 1015 | #ifdef CONFIG_ALTIVEC |
1016 | if (cpu_has_feature(CPU_FTR_ALTIVEC) && msr_diff & MSR_VEC) | 1016 | if (cpu_has_feature(CPU_FTR_ALTIVEC) && msr_diff & MSR_VEC) |
1017 | current->thread.load_vec = 1; | 1017 | current->thread.load_vec = 1; |
1018 | #endif | 1018 | #endif |