Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/powerpc/platforms/pseries/msi.c
··· 420 420 */ 421 421 again: 422 422 if (type == PCI_CAP_ID_MSI) { 423 - if (pdn->force_32bit_msi) { 423 + if (pdev->no_64bit_msi) { 424 424 rc = rtas_change_msi(pdn, RTAS_CHANGE_32MSI_FN, nvec); 425 425 if (rc < 0) { 426 426 /*