]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/apic: Move apic_update_irq_cfg() call to apic_update_vector()
authorNeeraj Upadhyay <Neeraj.Upadhyay@amd.com>
Wed, 9 Jul 2025 03:32:24 +0000 (09:02 +0530)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 15 Jul 2025 09:54:09 +0000 (11:54 +0200)
commit7f2b41ac3f29f682cde113f1d0b4b43d261902fe
treead8df62e4cdc592929b8aa356ecee877a1f74d47
parent0877ad1c4e7ab0b873c3a63c157ed2ae34eab77b
x86/apic: Move apic_update_irq_cfg() call to apic_update_vector()

All callers of apic_update_vector() also call apic_update_irq_cfg() after it.
So, move the apic_update_irq_cfg() call to apic_update_vector().

No functional change intended.

Signed-off-by: Neeraj Upadhyay <Neeraj.Upadhyay@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/20250709033242.267892-18-Neeraj.Upadhyay@amd.com
arch/x86/kernel/apic/vector.c