commit | c9ac408bc7329911237c25508f578fb2fa1c4235 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Tue Aug 19 15:44:57 2014 -0500 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Sep 09 10:37:00 2014 +1000 |
tree | 3f73d5caffcddbe8c39f97aae3fff983bcc203f4 | |
parent | 2ce7598c9a453e0acd0e07be7be3f5eb39608ebd [diff] |
powerpc/pseries: Fix endian issues in memory hotplug Values acquired from Open Firmware are in 32-bit big endian format and need to be handled on little endian architectures. This patch ensures values are in cpu endian when hotplugging memory. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>