commit | 587870e8650a0571e895cc879cd895c78c6391bf | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Tue Aug 05 16:42:39 2014 -0500 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 13 15:14:04 2014 +1000 |
tree | 19ab81bfde8f7d2165f19396262ae4bcf4ffe5ff | |
parent | a71d64b4dc4067808549935583d984c7fc9ea647 [diff] |
powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_info A buffer returned by H_VTERM_PARTNER_INFO contains device information in big endian format, causing problems for little endian architectures. This patch ensures that they are in cpu endian. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>