commit | b72c1f651491e4cd33ddec79c504a49071a512f0 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue May 21 22:58:21 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri May 24 18:13:45 2013 +1000 |
tree | bd17bad6c182c986bbadd5a30d1afe98804f07ea | |
parent | 59affcd3e460b97492bc1aa2b843bafe7c54f596 [diff] |
powerpc: Make radeon 32-bit MSI quirk work on powernv This moves the quirk itself to pci_64.c as to get built on all ppc64 platforms (the only ones with a pci_dn), factors the two implementations of get_pdn() into a single pci_get_dn() and use the quirk to do 32-bit MSIs on IODA based powernv platforms. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>