powerpc/mm: Split mmu_context handling
[deliverable/linux.git] / arch / powerpc / kernel / swsusp.c
index 77b7b34b5955f0d6453e829b75454f0df145da9c..560c961195015d39b0f62296f48413f27f394f0f 100644 (file)
@@ -34,6 +34,6 @@ void save_processor_state(void)
 void restore_processor_state(void)
 {
 #ifdef CONFIG_PPC32
-       set_context(current->active_mm->context.id, current->active_mm->pgd);
+       switch_mmu_context(NULL, current->active_mm);
 #endif
 }
This page took 0.027858 seconds and 5 git commands to generate.