Skip to content

Commit c3616a0

Browse files
Valentin SchneiderMarc Zyngier
authored andcommitted
KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance
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 <[email protected]> Signed-off-by: Valentin Schneider <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
1 parent 1975fa5 commit c3616a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virt/kvm/arm/vgic/vgic-init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ static irqreturn_t vgic_maintenance_handler(int irq, void *data)
423423
* We cannot rely on the vgic maintenance interrupt to be
424424
* delivered synchronously. This means we can only use it to
425425
* 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).
427427
*/
428428
return IRQ_HANDLED;
429429
}

0 commit comments

Comments
 (0)