powerpc/pseries/msi: Use msi_domain_ops:: Msi_post_free()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 11 Nov 2022 13:54:28 +0000 (14:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 17 Nov 2022 14:15:19 +0000 (15:15 +0100)
commitc4bc51b1dd611fcce53849254c6582334368c715
tree41b5506e33de54e95c524e328a91f2a599d793b0
parentf6d3486a3d2f3c67d732641834eec872fcc66472
powerpc/pseries/msi: Use msi_domain_ops:: Msi_post_free()

Use the new msi_post_free() callback which is invoked after the interrupts
have been freed to tell the hypervisor about the shutdown.

This allows to remove the exposure of __msi_domain_free_irqs().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ashok Raj <ashok.raj@intel.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20221111122014.120489922@linutronix.de
arch/powerpc/platforms/pseries/msi.c