Revert "[PATCH] x86: __pa and __pa_symbol address space separation"
[linux-drm-fsl-dcu.git] / arch / x86_64 / kernel / smp.c
index 22abae4e9f39c1fc9ba24adebd7edd8acc8cd3ec..bd1d123947ce9662f363f5e6d551d468361db49e 100644 (file)
@@ -76,7 +76,7 @@ static inline void leave_mm(int cpu)
        if (read_pda(mmu_state) == TLBSTATE_OK)
                BUG();
        cpu_clear(cpu, read_pda(active_mm)->cpu_vm_mask);
-       load_cr3(init_mm.pgd);
+       load_cr3(swapper_pg_dir);
 }
 
 /*