Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[linux-2.6-block.git] / arch / um / drivers / mconsole_kern.c
index e1c519790b5cf4b79e4c30c7ac75c34ca1772d01..664a60e8dfb442fe2cb75c1ed5ba388a7bdb42b0 100644 (file)
@@ -705,7 +705,6 @@ static void stack_proc(void *arg)
        struct task_struct *from = current, *to = arg;
 
        to->thread.saved_task = from;
-       rcu_switch_from(from);
        switch_to(from, to, from);
 }