aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kernel/idle_book3s.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/idle_book3s.S b/arch/powerpc/kernel/idle_book3s.S
index e734f6e45abc..689306118b48 100644
--- a/arch/powerpc/kernel/idle_book3s.S
+++ b/arch/powerpc/kernel/idle_book3s.S
@@ -144,7 +144,9 @@ power9_restore_additional_sprs:
144 mtspr SPRN_MMCR1, r4 144 mtspr SPRN_MMCR1, r4
145 145
146 ld r3, STOP_MMCR2(r13) 146 ld r3, STOP_MMCR2(r13)
147 ld r4, PACA_SPRG_VDSO(r13)
147 mtspr SPRN_MMCR2, r3 148 mtspr SPRN_MMCR2, r3
149 mtspr SPRN_SPRG3, r4
148 blr 150 blr
149 151
150/* 152/*