aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/tm.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/tm.S b/arch/powerpc/kernel/tm.S
index 7b60b9851469..8ece1908be1a 100644
--- a/arch/powerpc/kernel/tm.S
+++ b/arch/powerpc/kernel/tm.S
@@ -123,6 +123,7 @@ _GLOBAL(tm_reclaim)
123 mr r15, r14 123 mr r15, r14
124 ori r15, r15, MSR_FP 124 ori r15, r15, MSR_FP
125 li r16, MSR_RI 125 li r16, MSR_RI
126 ori r16, r16, MSR_EE /* IRQs hard off */
126 andc r15, r15, r16 127 andc r15, r15, r16
127 oris r15, r15, MSR_VEC@h 128 oris r15, r15, MSR_VEC@h
128#ifdef CONFIG_VSX 129#ifdef CONFIG_VSX