From: Wei Liu Date: Fri, 21 Oct 2016 16:51:59 +0000 (+0100) Subject: Revert "timer: process softirq during dumping timer info" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0beaeccdd6cf8accfbdbeb8f92542a16eac81e5e;p=people%2Froyger%2Fxen.git Revert "timer: process softirq during dumping timer info" This reverts commit ed7e33747da83ce805c00cd457e71075e34f0854. Assertion is triggered: (XEN) Assertion '!in_irq() && local_irq_is_enabled()' failed at softirq.c:57 Signed-off-by: Wei Liu --- diff --git a/xen/common/timer.c b/xen/common/timer.c index ab6bca0fc2..29a60a901c 100644 --- a/xen/common/timer.c +++ b/xen/common/timer.c @@ -530,7 +530,6 @@ static void dump_timerq(unsigned char key) { ts = &per_cpu(timers, i); - process_pending_softirqs(); printk("CPU%02d:\n", i); spin_lock_irqsave(&ts->lock, flags); for ( j = 1; j <= GET_HEAP_SIZE(ts->heap); j++ )