x86/msi: Remove pointless vcpu_affinity callback
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Aug 2020 11:16:34 +0000 (13:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2020 14:52:29 +0000 (16:52 +0200)
commit9d55f02ad4e8bc67439ff6f8508e2275c3c5d41c
tree33b22cae034b34d620cf3a5ceb8ee73ef9eec6c7
parentb0a19555efd098183db0ee3ad52a3cd3bfbd1ba2
x86/msi: Remove pointless vcpu_affinity callback

Setting the irq_set_vcpu_affinity() callback to
irq_chip_set_vcpu_affinity_parent() is a pointless exercise because the
function which utilizes it searchs the domain hierarchy to find a parent
domain which has such a callback.

Remove the useless indirection.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200826112331.250130127@linutronix.de
arch/x86/kernel/apic/msi.c