summaryrefslogtreecommitdiffstats
path: root/arch/um
diff options
context:
space:
mode:
authorDavid S. Miller2012-07-19 20:17:30 +0200
committerDavid S. Miller2012-07-19 20:17:30 +0200
commitabaa72d7fd9a20a67b62e6afa0e746e27851dc33 (patch)
treeebe4134fcc93a6e205e6004b3e652d7a62281651 /arch/um
parentnet-tcp: Fast Open client - cookie-less mode (diff)
parentMerge tag 'md-3.5-fixes' of git://neil.brown.name/md (diff)
downloadkernel-qcow2-linux-abaa72d7fd9a20a67b62e6afa0e746e27851dc33.tar.gz
kernel-qcow2-linux-abaa72d7fd9a20a67b62e6afa0e746e27851dc33.tar.xz
kernel-qcow2-linux-abaa72d7fd9a20a67b62e6afa0e746e27851dc33.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
Diffstat (limited to 'arch/um')
-rw-r--r--arch/um/drivers/mconsole_kern.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/drivers/mconsole_kern.c b/arch/um/drivers/mconsole_kern.c
index 88e466b159dc..43b39d61b538 100644
--- a/arch/um/drivers/mconsole_kern.c
+++ b/arch/um/drivers/mconsole_kern.c
@@ -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);
}