From: Tejun Heo Date: Fri, 13 Feb 2015 22:37:25 +0000 (-0800) Subject: rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~91^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad853b48cb4650285e8544eebbba5bbd9274ee15;p=pandora-kernel.git rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks printk and friends can now format bitmaps using '%*pb[l]'. cpumask and nodemask also provide cpumask_pr_args() and nodemask_pr_args() respectively which can be used to generate the two printf arguments necessary to format the specified cpu/nodemask. Signed-off-by: Tejun Heo Cc: "Paul E. McKenney" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed