Skip to content

Commit b463532

Browse files
Zenghui YuMarc Zyngier
authored andcommitted
irqchip/gic-v3-its: Remove superfluous WARN_ON
"ITS virtual pending table not cleaning" is already complained inside its_clear_vpend_valid(), there's no need to trigger a WARN_ON again. Signed-off-by: Zenghui Yu <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4bccf1d commit b463532

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/irqchip/irq-gic-v3-its.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2857,7 +2857,6 @@ static void its_cpu_init_lpis(void)
28572857
* corrupting memory.
28582858
*/
28592859
val = its_clear_vpend_valid(vlpi_base, 0, 0);
2860-
WARN_ON(val & GICR_VPENDBASER_Dirty);
28612860
}
28622861

28632862
if (allocate_vpe_l1_table()) {

0 commit comments

Comments
 (0)