[XFS] Fix merge failures
[pandora-kernel.git] / arch / powerpc / platforms / powermac / cpufreq_32.c
index 792d3ce..65c585b 100644 (file)
@@ -310,7 +310,7 @@ static int pmu_set_cpu_speed(int low_speed)
                _set_L3CR(save_l3cr);
 
        /* Restore userland MMU context */
-       set_context(current->active_mm->context.id, current->active_mm->pgd);
+       switch_mmu_context(NULL, current->active_mm);
 
 #ifdef DEBUG_FREQ
        printk(KERN_DEBUG "HID1, after: %x\n", mfspr(SPRN_HID1));