aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/msi.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-10-07 16:12:55 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-11-24 14:36:02 +1100
commit415072a041bf50dbd6d56934ffc0cbbe14c97be8 (patch)
tree5de44b3c35c0d7eec5bab6a2331ba8c5fa90f52c /arch/powerpc/platforms/pseries/msi.c
parentpowerpc/powernv: Honor the generic "no_64bit_msi" flag (diff)
downloadlinux-dev-415072a041bf50dbd6d56934ffc0cbbe14c97be8.tar.xz
linux-dev-415072a041bf50dbd6d56934ffc0cbbe14c97be8.zip
powerpc/pseries: Honor the generic "no_64bit_msi" flag
Instead of the arch specific quirk which we are deprecating Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> CC: <stable@vger.kernel.org>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/platforms/pseries/msi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/msi.c b/arch/powerpc/platforms/pseries/msi.c
index 8ab5add4ac82..8b909e94fd9a 100644
--- a/arch/powerpc/platforms/pseries/msi.c
+++ b/arch/powerpc/platforms/pseries/msi.c
@@ -420,7 +420,7 @@ static int rtas_setup_msi_irqs(struct pci_dev *pdev, int nvec_in, int type)
*/
again:
if (type == PCI_CAP_ID_MSI) {
- if (pdn->force_32bit_msi) {
+ if (pdev->no_64bit_msi) {
rc = rtas_change_msi(pdn, RTAS_CHANGE_32MSI_FN, nvec);
if (rc < 0) {
/*