Skip to content

Commit

Permalink
KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance
Browse files Browse the repository at this point in the history
One comment still mentioned process_maintenance operations after
commit af06149 ("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>
  • Loading branch information
Valentin Schneider authored and Marc Zyngier committed May 4, 2018
1 parent 1975fa5 commit c3616a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virt/kvm/arm/vgic/vgic-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static irqreturn_t vgic_maintenance_handler(int irq, void *data)
* We cannot rely on the vgic maintenance interrupt to be
* delivered synchronously. This means we can only use it to
* exit the VM, and we perform the handling of EOIed
* interrupts on the exit path (see vgic_process_maintenance).
* interrupts on the exit path (see vgic_fold_lr_state).
*/
return IRQ_HANDLED;
}
Expand Down

0 comments on commit c3616a0

Please sign in to comment.