commit | bb4398e1de739a13e06589fc04cbb2267ba59800 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Fri Mar 28 16:33:33 2014 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 07 10:34:27 2014 +1000 |
tree | f2e47b907f4b5275ee708988ca7899349424f4b7 | |
parent | 32b941b79394435c1b6d688abfe762c5b3c82afa [diff] |
powerpc/powernv: Fix endian issues with OPAL async code OPAL defines opal_msg as a big endian struct so we have to byte swap it on little endian builds. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>