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:
986af8e
)
ARM: KVM: vgic: fix GICD_ICFGRn access
author
Marc Zyngier
<marc.zyngier@arm.com>
Thu, 29 Aug 2013 10:08:23 +0000
(11:08 +0100)
committer
Gleb Natapov
<gleb@redhat.com>
Fri, 30 Aug 2013 13:12:16 +0000
(16:12 +0300)
All the code in handle_mmio_cfg_reg() assumes the offset has
been shifted right to accomodate for the 2:1 bit compression,
but this is only done when getting the register address.
Shift the offset early so the code works mostly unchanged.
Reported-by: Zhaobo (Bob, ERC) <zhaobo@huawei.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
virt/kvm/arm/vgic.c
patch
|
blob
|
history
diff --cc
virt/kvm/arm/vgic.c
Simple merge