git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce7598
)
powerpc/pseries: Fix endian issues in memory hotplug
author
Thomas Falcon
<tlfalcon@linux.vnet.ibm.com>
Tue, 19 Aug 2014 20:44:57 +0000
(15:44 -0500)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 9 Sep 2014 00:37:00 +0000
(10:37 +1000)
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>
No differences found