commit | b1fc9484aa339c19bd57702dc88fb046702b6092 | [log] [tgz] |
---|---|---|
author | Greg Kurz <gkurz@linux.vnet.ibm.com> | Mon Feb 23 16:14:25 2015 +0100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Mar 18 10:48:59 2015 +1100 |
tree | 5a860891e5e0a9f7883e6c5a4126d8508e7b2aee | |
parent | 9d0e6d9db56a38e205e7138837b885082dc769ec [diff] |
powerpc/vphn: move endianness fixing to vphn_unpack_associativity() The first argument to vphn_unpack_associativity() is a const long *, but the parsing code expects __be64 values actually. Let's move the endian fixing down for consistency. Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>