From: Paul E. McKenney Date: Mon, 3 Dec 2012 16:16:28 +0000 (-0800) Subject: rcu: Distinguish "rcuo" kthreads by RCU flavor X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~120^2^2^3~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a488985851cf2facd2227bd982cc2c251df56268;p=pandora-kernel.git rcu: Distinguish "rcuo" kthreads by RCU flavor Currently, the per-no-CBs-CPU kthreads are named "rcuo" followed by the CPU number, for example, "rcuo". This is problematic given that there are either two or three RCU flavors, each of which gets a per-CPU kthread with exactly the same name. This commit therefore introduces a one-letter abbreviation for each RCU flavor, namely 'b' for RCU-bh, 'p' for RCU-preempt, and 's' for RCU-sched. This abbreviation is used to distinguish the "rcuo" kthreads, for example, for CPU 0 we would have "rcuob/0", "rcuop/0", and "rcuos/0". Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Tested-by: Dietmar Eggemann --- Reading git-diff-tree failed