x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 21 Jun 2023 17:12:46 +0000 (10:12 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 6 Aug 2023 12:15:09 +0000 (14:15 +0200)
commita539cc86a1cb688df24d9cff17d946a8c0b94b38
tree2cecce62c7e8d4d58e6c66bc2b963f2b2f310458
parent5d0c230f1de8c7515b6567d9afba1f196fb4e2f4
x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()

Rename send_cleanup_vector() to vector_schedule_cleanup() to prepare for
replacing the vector cleanup IPI with a timer callback.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Xin Li <xin3.li@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steve Wahl <steve.wahl@hpe.com>
Link: https://lore.kernel.org/r/20230621171248.6805-2-xin3.li@intel.com
arch/x86/include/asm/hw_irq.h
arch/x86/kernel/apic/vector.c
arch/x86/platform/uv/uv_irq.c
drivers/iommu/amd/iommu.c
drivers/iommu/hyperv-iommu.c
drivers/iommu/intel/irq_remapping.c