|
@@ -157,7 +157,7 @@ struct irq_2_iommu;
|
|
* @irqs_unhandled: stats field for spurious unhandled interrupts
|
|
* @irqs_unhandled: stats field for spurious unhandled interrupts
|
|
* @lock: locking for SMP
|
|
* @lock: locking for SMP
|
|
* @affinity: IRQ affinity on SMP
|
|
* @affinity: IRQ affinity on SMP
|
|
- * @cpu: cpu index useful for balancing
|
|
|
|
|
|
+ * @node: node index useful for balancing
|
|
* @pending_mask: pending rebalanced interrupts
|
|
* @pending_mask: pending rebalanced interrupts
|
|
* @threads_active: number of irqaction threads currently running
|
|
* @threads_active: number of irqaction threads currently running
|
|
* @wait_for_threads: wait queue for sync_irq to wait for threaded handlers
|
|
* @wait_for_threads: wait queue for sync_irq to wait for threaded handlers
|
|
@@ -423,7 +423,7 @@ extern int set_irq_msi(unsigned int irq, struct msi_desc *entry);
|
|
/**
|
|
/**
|
|
* alloc_desc_masks - allocate cpumasks for irq_desc
|
|
* alloc_desc_masks - allocate cpumasks for irq_desc
|
|
* @desc: pointer to irq_desc struct
|
|
* @desc: pointer to irq_desc struct
|
|
- * @cpu: cpu which will be handling the cpumasks
|
|
|
|
|
|
+ * @node: node which will be handling the cpumasks
|
|
* @boot: true if need bootmem
|
|
* @boot: true if need bootmem
|
|
*
|
|
*
|
|
* Allocates affinity and pending_mask cpumask if required.
|
|
* Allocates affinity and pending_mask cpumask if required.
|