xen/bitmap: Drop all bitmap_scn{,list}printf() infrastructure
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 6 Sep 2018 11:35:31 +0000 (11:35 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Nov 2018 16:25:54 +0000 (16:25 +0000)
commit9bd4c69ce85846803a612c5c7429b3f49882fd9c
tree6325529d5a3f4e2fe7b2344bf1c74660b33198c6
parentad63707307f27bc4d5ab1ef0e7641a596bb8bb4c
xen/bitmap: Drop all bitmap_scn{,list}printf() infrastructure

All callers have been convered to using %*pb[l].  In the unlikely case that
future code wants to retain this functionaly, it can be replicated in a more
convenient fashon with snprintf().

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/bitmap.c
xen/include/xen/bitmap.h
xen/include/xen/cpumask.h
xen/include/xen/nodemask.h