diff options
-rw-r--r-- | kernel/irq/manage.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index e667912d0e9c..c65f282cbc9a 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c | |||
@@ -381,7 +381,8 @@ int irq_select_affinity_usr(unsigned int irq) | |||
381 | /** | 381 | /** |
382 | * irq_set_vcpu_affinity - Set vcpu affinity for the interrupt | 382 | * irq_set_vcpu_affinity - Set vcpu affinity for the interrupt |
383 | * @irq: interrupt number to set affinity | 383 | * @irq: interrupt number to set affinity |
384 | * @vcpu_info: vCPU specific data | 384 | * @vcpu_info: vCPU specific data or pointer to a percpu array of vCPU |
385 | * specific data for percpu_devid interrupts | ||
385 | * | 386 | * |
386 | * This function uses the vCPU specific data to set the vCPU | 387 | * This function uses the vCPU specific data to set the vCPU |
387 | * affinity for an irq. The vCPU specific data is passed from | 388 | * affinity for an irq. The vCPU specific data is passed from |