|
@@ -133,10 +133,12 @@ _GLOBAL(swsusp_arch_suspend)
|
|
/* Resume code */
|
|
/* Resume code */
|
|
_GLOBAL(swsusp_arch_resume)
|
|
_GLOBAL(swsusp_arch_resume)
|
|
|
|
|
|
|
|
+#ifdef CONFIG_ALTIVEC
|
|
/* Stop pending alitvec streams and memory accesses */
|
|
/* Stop pending alitvec streams and memory accesses */
|
|
BEGIN_FTR_SECTION
|
|
BEGIN_FTR_SECTION
|
|
DSSALL
|
|
DSSALL
|
|
END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
|
END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
|
|
|
+#endif
|
|
sync
|
|
sync
|
|
|
|
|
|
/* Disable MSR:DR to make sure we don't take a TLB or
|
|
/* Disable MSR:DR to make sure we don't take a TLB or
|