commit | 21ccdd31e9c70f42b00d9ea152f6c4e0ff3f536e | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Thu Sep 20 16:36:51 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 03 09:11:42 2007 +1000 |
tree | c54c610501be73cf2634e951e9d75c4e20820370 | |
parent | d385366a9b96fc3f4705f8513adccceaa0515f97 [diff] |
[POWERPC] Inline u3msi_compose_msi_msg() In the MPIC U3 MSI code, we call u3msi_compose_msi_msg() once for each MSI. This is overkill, as the address is per pci device, not per MSI. So setup the address once, and just set the data per MSI. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>