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:
c72cd55
)
powerpc: Fix little endian lppaca, slb_shadow and dtl_entry
author
Anton Blanchard
<anton@samba.org>
Tue, 6 Aug 2013 16:01:46 +0000
(
02:01
+1000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 14 Aug 2013 05:33:35 +0000
(15:33 +1000)
The lppaca, slb_shadow and dtl_entry hypervisor structures are
big endian, so we have to byte swap them in little endian builds.
LE KVM hosts will also need to be fixed but for now add an #error
to remind us.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found