]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/um/drivers/mconsole_kern.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
[karo-tx-linux.git] / arch / um / drivers / mconsole_kern.c
index 7fc71c628267faadd44e31709a7cc95ce4983a3b..4bd82ac0210f27c8ef7c755480399ad9dce2f15b 100644 (file)
@@ -648,7 +648,7 @@ static void stack_proc(void *arg)
        struct task_struct *from = current, *to = arg;
 
        to->thread.saved_task = from;
-       rcu_switch(from, to);
+       rcu_user_hooks_switch(from, to);
        switch_to(from, to, from);
 }