Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Zenghui Yu and committed by
Thomas Gleixner
54a1726d 727e914b

-2
-2
drivers/irqchip/irq-gic-v5-its.c
··· 768 768 goto out_dev_free; 769 769 } 770 770 771 - gicv5_its_device_cache_inv(its, its_dev); 772 - 773 771 its_dev->its_node = its; 774 772 775 773 its_dev->event_map = (unsigned long *)bitmap_zalloc(its_dev->num_events, GFP_KERNEL);