]> Git Repo - linux.git/blobdiff - kernel/sched/core.c
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / kernel / sched / core.c
index 550a07f648b66c8902ac3cbd213f342d1bd47ddf..5e10aaeebfcc55af83a4ee2e65ff9bbc3b6c0e5d 100644 (file)
@@ -5560,6 +5560,7 @@ void idle_task_exit(void)
 
        if (mm != &init_mm) {
                switch_mm(mm, &init_mm, current);
+               current->active_mm = &init_mm;
                finish_arch_post_lock_switch();
        }
        mmdrop(mm);
This page took 0.032414 seconds and 4 git commands to generate.