Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[deliverable/linux.git] / drivers / cpufreq / pmac32-cpufreq.c
index b7b576e53e926a5c8e94bd614b3a60b4d1c6f222..ff44016ea0312e4b6c50ff1d9f0126f2d63dcddc 100644 (file)
@@ -300,7 +300,7 @@ static int pmu_set_cpu_speed(int low_speed)
                _set_L3CR(save_l3cr);
 
        /* Restore userland MMU context */
-       switch_mmu_context(NULL, current->active_mm);
+       switch_mmu_context(NULL, current->active_mm, NULL);
 
 #ifdef DEBUG_FREQ
        printk(KERN_DEBUG "HID1, after: %x\n", mfspr(SPRN_HID1));
This page took 0.025112 seconds and 5 git commands to generate.