Commit c3616a077190435cb540e134d5dfcd15207817ee

Authored by Valentin Schneider
Committed by Marc Zyngier
1 parent 1975fa56f1

KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance

One comment still mentioned process_maintenance operations after
commit af0614991ab6 ("KVM: arm/arm64: vgic: Get rid of unnecessary
process_maintenance operation")

Update the comment to point to vgic_fold_lr_state instead, which
is where maintenance interrupts are taken care of.

Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

virt/kvm/arm/vgic/vgic-init.c
... ... @@ -423,7 +423,7 @@
423 423 * We cannot rely on the vgic maintenance interrupt to be
424 424 * delivered synchronously. This means we can only use it to
425 425 * exit the VM, and we perform the handling of EOIed
426   - * interrupts on the exit path (see vgic_process_maintenance).
  426 + * interrupts on the exit path (see vgic_fold_lr_state).
427 427 */
428 428 return IRQ_HANDLED;
429 429 }