From: Lai Jiangshan Date: Thu, 21 Oct 2010 03:29:05 +0000 (+0800) Subject: rcu,cleanup: move synchronize_sched_expedited() out of sched.c X-Git-Tag: v2.6.38-rc1~492^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b27d5475f86186914e54e4a6bb994e9a985337b;p=pandora-kernel.git rcu,cleanup: move synchronize_sched_expedited() out of sched.c The first version of synchronize_sched_expedited() used the migration code in the scheduler, and was therefore implemented in kernel/sched.c. However, the more recent version of this code no longer uses the migration code, so this commit moves it to the main RCU source files. Signed-off-by: Lai Jiangshan Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed