irqchip/gic-v5: Remove the redundant ITS cache invalidation
authorZenghui Yu <yuzenghui@huawei.com>
Wed, 3 Sep 2025 02:33:19 +0000 (10:33 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 3 Sep 2025 12:09:01 +0000 (14:09 +0200)
commit54a1726d2e4c0c7b33f4e5ef35fcc118a4d74ea3
treeab6270e7cb3c038b38b5f993d8ac378df61bf65c
parent727e914bbfbbda9e6efa5cb1abe4e96a949d576f
irqchip/gic-v5: Remove the redundant ITS cache invalidation

An ITS cache invalidation has been performed immediately after programming
the L2 DTE in gicv5_its_device_register(). No need to perform it again
right after a successful gicv5_its_device_register().

Remove it.

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/all/20250903023319.1820-1-yuzenghui@huawei.com
drivers/irqchip/irq-gic-v5-its.c