projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2679f9
)
x86/IRQ: drop redundant cpumask_empty() from move_masked_irq()
author
Jan Beulich
<jbeulich@suse.com>
Mon, 22 Jul 2019 09:46:31 +0000
(11:46 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Mon, 22 Jul 2019 09:46:31 +0000
(11:46 +0200)
The subsequent cpumask_intersects() covers the "empty" case quite fine.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/irq.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/irq.c
b/xen/arch/x86/irq.c
index abd773f35d8ef5759bb55707cfea84a934425adf..5e062497eeee6ca3f769a360f380a6ae74e4441b 100644
(file)
--- a/
xen/arch/x86/irq.c
+++ b/
xen/arch/x86/irq.c
@@
-658,9
+658,6
@@
void move_masked_irq(struct irq_desc *desc)
desc->status &= ~IRQ_MOVE_PENDING;
- if (unlikely(cpumask_empty(pending_mask)))
- return;
-
if (!desc->handler->set_affinity)
return;