ARM: hyp: initialize CNTVOFF to zero
authorMarc Zyngier <Marc.Zyngier@arm.com>
Wed, 30 Jan 2013 18:17:49 +0000 (18:17 +0000)
committerMark Rutland <mark.rutland@arm.com>
Fri, 7 Jun 2013 09:20:27 +0000 (10:20 +0100)
In order to be able to use the virtual counter in a safe way,
make sure it is initialized to zero before dropping to SVC.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Dave Martin <dave.martin@linaro.org>
arch/arm/kernel/hyp-stub.S

index 1315c4c..dbe2110 100644 (file)
@@ -153,6 +153,8 @@ THUMB(      orr     r7, #(1 << 30)  )       @ HSCTLR.TE
        mrc     p15, 4, r7, c14, c1, 0  @ CNTHCTL
        orr     r7, r7, #3              @ PL1PCEN | PL1PCTEN
        mcr     p15, 4, r7, c14, c1, 0  @ CNTHCTL
+       mov     r7, #0
+       mcrr    p15, 4, r7, r7, c14     @ CNTVOFF
 1:
 #endif