From: Michael Ellerman Date: Thu, 20 Sep 2007 06:36:51 +0000 (+1000) Subject: [POWERPC] Inline u3msi_compose_msi_msg() X-Git-Tag: v2.6.24-rc1~1450^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21ccdd31e9c70f42b00d9ea152f6c4e0ff3f536e;p=pandora-kernel.git [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 Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed