Hi Michael,

On Fri, Jun 05, 2015 at 06:50:30PM +1000, Michael Ellerman wrote:
> diff --cc include/linux/intel-iommu.h
> index a81ceeeaa3d1,0af9b03e2b1c..000000000000
> --- a/include/linux/intel-iommu.h
> +++ b/include/linux/intel-iommu.h
> @@@ -355,9 -349,8 +357,11 @@@ struct intel_iommu 
>   
>   #ifdef CONFIG_IRQ_REMAP
>       struct ir_table *ir_table;      /* Interrupt remapping info */
> +     struct irq_domain *ir_domain;
> +     struct irq_domain *ir_msi_domain;
>  +
>  +    /* whether interrupt remapping is enabled prior to OS*/
>  +    u8              pre_enabled_ir;
>   #endif
>       struct device   *iommu_dev; /* IOMMU-sysfs device */
>       int             node;

This solution looks correct, thanks for fixing.


        Joerg

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

Reply via email to