xen/nodemask: Introduce a NODEMASK_PR() wrapper for printing
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 25 Jun 2019 09:48:22 +0000 (10:48 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 31 Jul 2019 13:19:07 +0000 (14:19 +0100)
commit810227b1090224a2b7a5ca910c417f385808e4c8
tree9555bbd20cb6fc3cf55e84c97823ae91d67ddba6
parentc1e80a016356530ac1bfcb79dc24b14fed5b4cbf
xen/nodemask: Introduce a NODEMASK_PR() wrapper for printing

Rework nodes_addr() into nodemask_bits() and change the indirection to match
its cpumask_bits() counterpart, and update the caller.

Use NODEMASK_PR() to fix up one opencoded access into nodemask.bits in
dump_domains().

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/common/domctl.c
xen/common/keyhandler.c
xen/include/xen/nodemask.h