This field have been set but not used since Xen 4.5. Slim down Xen by
about 4K by removing it.
Also fix comment coding style.
Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
desc->handler->end(desc);
set_bit(_IRQ_INPROGRESS, &desc->status);
- desc->arch.eoi_cpu = smp_processor_id();
- /* the irq cannot be a PPI, we only support delivery of SPIs to
- * guests */
+ /*
+ * The irq cannot be a PPI, we only support delivery of SPIs to
+ * guests.
+ */
vgic_vcpu_inject_spi(info->d, info->virq);
goto out_no_end;
}
};
struct arch_irq_desc {
- int eoi_cpu;
unsigned int type;
};