Skip to content
Snippets Groups Projects
Commit 1525bf0d authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Konrad Rzeszutek Wilk
Browse files

msi: Introduce default_[teardown|setup]_msi_irqs with fallback.


Introduce an override for the arch_[teardown|setup]_msi_irqs
that can be utilized to fallback to the default arch_* code.

If a platform wants to utilize the code paths defined
in driver/pci/msi.c it has to define HAVE_DEFAULT_MSI_TEARDOWN_IRQS
or HAVE_DEFAULT_MSI_SETUP_IRQS. Otherwise the old mechanism
of over-ridding the arch_* works fine.

Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: x86@kernel.org
parent 7c94def8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment