Commit c64115c
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
The new LPI xarray makes it possible to walk the VM's LPIs without
holding a lock, meaning that vgic_copy_lpi_list() is no longer
necessary. Prepare for the deletion by walking the LPI xarray directly
in vgic_its_invall().
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20240422200158.2606761-4-oliver.upton@linux.dev
Signed-off-by: Marc Zyngier <maz@kernel.org>1 parent 720f73b commit c64115c
1 file changed
Lines changed: 6 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1365 | 1365 | | |
1366 | 1366 | | |
1367 | 1367 | | |
1368 | | - | |
1369 | | - | |
1370 | | - | |
1371 | | - | |
1372 | | - | |
1373 | | - | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
1374 | 1371 | | |
1375 | | - | |
1376 | | - | |
| 1372 | + | |
| 1373 | + | |
1377 | 1374 | | |
1378 | 1375 | | |
| 1376 | + | |
1379 | 1377 | | |
1380 | 1378 | | |
1381 | 1379 | | |
1382 | 1380 | | |
1383 | | - | |
1384 | | - | |
1385 | 1381 | | |
1386 | 1382 | | |
1387 | 1383 | | |
| |||
0 commit comments