powerpc: Use PPC_LONG and PPC_LONG_ALIGN in lib/string.S
commit76bfdcf71c421154b69470e1ce346c8cf4ee1230
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 17 Jul 2008 07:17:52 +0000 (17 17:17 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 22 Jul 2008 00:39:35 +0000 (22 10:39 +1000)
treed618b2114ff1ee47aacf1bad646c425a8490f510
parent551c3c04b478b987ccd335f1a42362d571b1592d
powerpc: Use PPC_LONG and PPC_LONG_ALIGN in lib/string.S

Replace ifdef clutter with the PPC_LONG and PPC_LONG_ALIGN macros
for readability.

No change to the generated code.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/lib/string.S