From: Tejun Heo Date: Fri, 13 Feb 2015 22:37:23 +0000 (-0800) Subject: cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~91^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e6d97c9bf734c42322dbed0f882ef11bfe7b58;p=pandora-kernel.git cpuset: 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. * kernel/cpuset.c::cpuset_print_task_mems_allowed() used a static buffer which is protected by a dedicated spinlock. Removed. Signed-off-by: Tejun Heo Cc: Li Zefan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed