Re: [PATCH 13/19] x86, io-apic: Move CONFIG_IRQ_REMAP code out ofx86 core

From: Sebastian Andrzej Siewior
Date: Sun Aug 26 2012 - 14:23:04 EST


On Mon, Aug 20, 2012 at 03:55:59PM +0200, Joerg Roedel wrote:
> index fc89a2a..c84403e 100644
> --- a/arch/x86/include/asm/hw_irq.h
> +++ b/arch/x86/include/asm/hw_irq.h
> @@ -127,6 +127,7 @@ struct irq_cfg {
> u8 vector;
> u8 move_in_progress : 1;
> #ifdef CONFIG_IRQ_REMAP
> + bool remapped;
u8 remapped : 1;
?

> union {
> struct irq_2_iommu irq_2_iommu;
> struct irq_2_irte irq_2_irte;

Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/