From: Michael Wang Date: Thu, 20 Sep 2012 00:51:02 +0000 (+0800) Subject: rcu: Create directory for each flavor of rcu X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~79^2^2~4^6~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=573bcd40d221bd6d7cebf27dee120bd242f5feb5;p=pandora-kernel.git rcu: Create directory for each flavor of rcu This patch will create subdirectory according to each flavor of rcu, the new structure will be: /debugfs/rcu/ -> rsp_0 -> rsp_1 -> ... So we can go to '/debugfs/rcu/rsp_0' and get the cpu info of rsp_0 there. The flavors of RCU are currently rcu_bh, rcu_preempt, and rcu_sched. Signed-off-by: Michael Wang Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed