]> xenbits.xensource.com Git - xen.git/commitdiff
arm/vgic: Fix reference to a non-existing function
authorMichal Orzel <michal.orzel@arm.com>
Fri, 3 Dec 2021 09:58:37 +0000 (10:58 +0100)
committerJulien Grall <jgrall@amazon.com>
Fri, 3 Dec 2021 12:10:50 +0000 (12:10 +0000)
Commit 68dcdf942326ad90ca527831afbee9cd4a867f84 (xen/arm:
s/gic_set_guest_irq/gic_raise_guest_irq) forgot to modify a comment
about lr_pending list, referring to a function that has been renamed.

Fix that.

Fixes: 68dcdf942326 ("xen/arm: s/gic_set_guest_irq/gic_raise_guest_irq")
Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/include/asm-arm/vgic.h

index e69a59063ab888199ad40d844160c3db5f04e0ea..ade427a8087359b5e2ccad35ac9d58ec2505fb29 100644 (file)
@@ -195,7 +195,7 @@ struct vgic_cpu {
      * corresponding LR it is also removed from this list. */
     struct list_head inflight_irqs;
     /* lr_pending is used to queue IRQs (struct pending_irq) that the
-     * vgic tried to inject in the guest (calling gic_set_guest_irq) but
+     * vgic tried to inject in the guest (calling gic_raise_guest_irq) but
      * no LRs were available at the time.
      * As soon as an LR is freed we remove the first IRQ from this
      * list and write it to the LR register.