It has a similar role to affinity mask, but tracks the IPI affinity instead.
Signed-off-by: Qais Yousef <[email protected]> --- include/linux/irq.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/irq.h b/include/linux/irq.h index 504133671985..b000b217ea24 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -157,6 +157,7 @@ struct irq_common_data { void *handler_data; struct msi_desc *msi_desc; cpumask_var_t affinity; + struct ipi_mask ipi_mask; }; /** -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

