Commit c807af5b authored by caijian's avatar caijian Committed by xia-bing1
Browse files

Revert "irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.0"

virt inclusion
category: other
bugzilla: https://gitee.com/openeuler/kernel/issues/IARQ2V



-------------------------------------------------------------------------

This reverts commit b695c96f.

Signed-off-by: default avatarcaijian <caijian11@h-partners.com>
parent c43e2bbf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1115,8 +1115,6 @@ static struct its_vpe *its_build_vmapp_cmd(struct its_node *its,
			 * no need to issue a VSYNC.
			 */
			vpe = NULL;
		} else if (is_v4(its)) {
			vpe = NULL;
		}

		goto out;