powerpc: Make RTAS calls endian safe
authorAnton Blanchard <anton@samba.org>
Tue, 6 Aug 2013 16:01:31 +0000 (02:01 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 14 Aug 2013 05:33:22 +0000 (15:33 +1000)
RTAS expects arguments in the call buffer to be big endian so we
need to byteswap on little endian builds

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found