]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/irq/msi.c
Merge branches 'acpi-misc' and 'acpi-doc'
[linux.git] / kernel / irq / msi.c
index 4ca2fd46645dae7bf488a072d5b07c93641bd038..ad26fbcfbfc8fb9312bce5682a7050ccc38e0c25 100644 (file)
  * @nvec:      The number of vectors used in this entry
  * @affinity:  Optional pointer to an affinity mask array size of @nvec
  *
- * If @affinity is not NULL then a an affinity array[@nvec] is allocated
- * and the affinity masks from @affinity are copied.
+ * If @affinity is not NULL then an affinity array[@nvec] is allocated
+ * and the affinity masks and flags from @affinity are copied.
  */
-struct msi_desc *
-alloc_msi_entry(struct device *dev, int nvec, const struct cpumask *affinity)
+struct msi_desc *alloc_msi_entry(struct device *dev, int nvec,
+                                const struct irq_affinity_desc *affinity)
 {
        struct msi_desc *desc;