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:
740f834
)
KVM: PPC: Book3S_32: PR: Access HTAB in big endian
author
Alexander Graf
<agraf@suse.de>
Thu, 24 Apr 2014 10:51:44 +0000
(12:51 +0200)
committer
Alexander Graf
<agraf@suse.de>
Fri, 30 May 2014 12:26:19 +0000
(14:26 +0200)
The HTAB is always big endian. We access the guest's HTAB using
copy_from/to_user, but don't yet take care of the fact that we might
be running on an LE host.
Wrap all accesses to the guest HTAB with big endian accessors.
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_32_mmu.c
patch
|
blob
|
history
diff --cc
arch/powerpc/kvm/book3s_32_mmu.c
Simple merge