From 0beaeccdd6cf8accfbdbeb8f92542a16eac81e5e Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 21 Oct 2016 17:51:59 +0100 Subject: [PATCH] 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 --- xen/common/timer.c | 1 - 1 file changed, 1 deletion(-) 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++ ) -- 2.30.2