From: Paul E. McKenney Date: Sun, 13 Jul 2014 19:00:53 +0000 (-0700) Subject: rcu: Rationalize kthread spawning X-Git-Tag: fixes-against-v3.18-rc2~103^2~1^2~16^3~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9386c0b75dda05f535a10ea1abf1817fe292c81c;p=pandora-kernel.git rcu: Rationalize kthread spawning Currently, RCU spawns kthreads from several different early_initcall() functions. Although this has served RCU well for quite some time, as more kthreads are added a more deterministic approach is required. This commit therefore causes all of RCU's early-boot kthreads to be spawned from a single early_initcall() function. Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett Tested-by: Paul Gortmaker --- Reading git-diff-tree failed