projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a6070e
)
Revert "timer: process softirq during dumping timer info"
author
Wei Liu
<wei.liu2@citrix.com>
Fri, 21 Oct 2016 16:51:59 +0000
(17:51 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Fri, 21 Oct 2016 17:21:23 +0000
(18:21 +0100)
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 <wei.liu2@citrix.com>
xen/common/timer.c
patch
|
blob
|
history
diff --git
a/xen/common/timer.c
b/xen/common/timer.c
index ab6bca0fc259501a46c4cdde41222d6833759c5d..29a60a901c5378a4fc554761e47378bc4c39e612 100644
(file)
--- 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++ )