sched: don't disable interrupts all the time when dumping run-queues
authorJuergen Gross <jgross@suse.com>
Thu, 20 Feb 2020 10:38:31 +0000 (11:38 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 20 Feb 2020 10:38:31 +0000 (11:38 +0100)
commit6e0b445ee738cd829ed28c7532cded8afe25886d
tree96d979cf9f027c16f744e9b2d34d5d2cd0fa137c
parent17ca0d0e592725d10d83be824c303b5328682ab7
sched: don't disable interrupts all the time when dumping run-queues

Having interrupts disabled all the time when running dump_runq() is
not necessary. All the called functions are doing proper locking
and disable interrupts if needed.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/sched/cpupool.c