summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
diff options
context:
space:
mode:
authorRussell King2013-06-29 12:44:43 +0200
committerRussell King2013-06-29 12:44:43 +0200
commit3c0c01ab742ddfaf6b6f2d64b890e77cda4b7727 (patch)
treed0f196c53d209f44190fd8a6481823b7770866e6 /arch/arm/kvm
parentMerge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-next (diff)
parentARM: 7775/1: mm: Remove do_sect_fault from LPAE code (diff)
downloadkernel-qcow2-linux-3c0c01ab742ddfaf6b6f2d64b890e77cda4b7727.tar.gz
kernel-qcow2-linux-3c0c01ab742ddfaf6b6f2d64b890e77cda4b7727.tar.xz
kernel-qcow2-linux-3c0c01ab742ddfaf6b6f2d64b890e77cda4b7727.zip
Merge branch 'devel-stable' into for-next
Conflicts: arch/arm/Makefile arch/arm/include/asm/glue-proc.h
Diffstat (limited to 'arch/arm/kvm')
-rw-r--r--arch/arm/kvm/interrupts_head.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/kvm/interrupts_head.S b/arch/arm/kvm/interrupts_head.S
index 3c8f2f0b4c5e..d43cfb5b37c4 100644
--- a/arch/arm/kvm/interrupts_head.S
+++ b/arch/arm/kvm/interrupts_head.S
@@ -497,6 +497,10 @@ vcpu .req r0 @ vcpu pointer always in r0
add r5, vcpu, r4
strd r2, r3, [r5]
+ @ Ensure host CNTVCT == CNTPCT
+ mov r2, #0
+ mcrr p15, 4, r2, r2, c14 @ CNTVOFF
+
1:
#endif
@ Allow physical timer/counter access for the host