]> xenbits.xensource.com Git - xen.git/commit
xen/sched: Use %*pb[l] instead of cpumask_scn{,list}printf()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 6 Sep 2018 11:14:56 +0000 (11:14 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Nov 2018 16:25:54 +0000 (16:25 +0000)
commite80bc240e79ff545db75081e8b1f79f7364ef73c
treea9b351477f90b667d6f34dcd64641340f42d7fb6
parent2190c8160a802560029d5d260d5f6979302b53d0
xen/sched: Use %*pb[l] instead of cpumask_scn{,list}printf()

This removes all use of keyhandler_scratch as a bounce-buffer for the rendered
string.  In some cases, collapse combine adjacent printk()'s which are writing
parts of the same line.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/sched_credit.c
xen/common/sched_credit2.c
xen/common/sched_null.c
xen/common/sched_rt.c