]> xenbits.xensource.com Git - xen.git/commit
timer: process softirq during dumping timer info
authorLan Tianyu <tianyu.lan@intel.com>
Fri, 7 Oct 2016 09:35:26 +0000 (11:35 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 7 Oct 2016 09:35:26 +0000 (11:35 +0200)
commited7e33747da83ce805c00cd457e71075e34f0854
treeef82f9780419e361cbc92a86a588713692382a6f
parent9f5eff08a6a6f58645fb48382c843973674042c9
timer: process softirq during dumping timer info

Dumping timer info may run for a long time on the huge machine with
a lot of physical cpus. To avoid triggering NMI watchdog, add
process_pending_softirqs() in the loop of dumping timer info.

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/common/timer.c