hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/powerpc/kernel/swsusp_32.S
....@@ -181,7 +181,7 @@
181181 #ifdef CONFIG_ALTIVEC
182182 /* Stop pending alitvec streams and memory accesses */
183183 BEGIN_FTR_SECTION
184
- DSSALL
184
+ PPC_DSSALL
185185 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
186186 #endif
187187 sync
....@@ -395,6 +395,7 @@
395395
396396 li r3,0
397397 blr
398
+_ASM_NOKPROBE_SYMBOL(swsusp_arch_resume)
398399
399400 /* FIXME:This construct is actually not useful since we don't shut
400401 * down the instruction MMU, we could just flip back MSR-DR on.
....@@ -406,4 +407,5 @@
406407 sync
407408 isync
408409 rfi
410
+_ASM_NOKPROBE_SYMBOL(turn_on_mmu)
409411