[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] x86/IRQ: drop two unused variables
I didn't bother figuring which commit(s) should have deleted them while removing their last uses. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- a/xen/arch/x86/irq.c +++ b/xen/arch/x86/irq.c @@ -1402,7 +1402,6 @@ void desc_guest_eoi(struct irq_desc *des { irq_guest_action_t *action; cpumask_t cpu_eoi_map; - int irq; if ( !(desc->status & IRQ_GUEST) ) { @@ -1411,7 +1410,6 @@ void desc_guest_eoi(struct irq_desc *des } action = (irq_guest_action_t *)desc->action; - irq = desc - irq_desc; if ( unlikely(!test_and_clear_bool(pirq->masked)) || unlikely(--action->in_flight != 0) ) @@ -1663,13 +1661,11 @@ int pirq_guest_bind(struct vcpu *v, stru static irq_guest_action_t *__pirq_guest_unbind( struct domain *d, struct pirq *pirq, struct irq_desc *desc) { - unsigned int irq; irq_guest_action_t *action; cpumask_t cpu_eoi_map; int i; action = (irq_guest_action_t *)desc->action; - irq = desc - irq_desc; if ( unlikely(action == NULL) ) {
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |