summaryrefslogtreecommitdiffstats
path: root/crypto/armv4cpuid.S
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-06-01 22:32:55 +0200
committerAndy Polyakov <appro@openssl.org>2014-06-01 22:34:02 +0200
commit723463282fab13a686a30779c401b98b82134a62 (patch)
tree16cace3adaa6d493fd98e6b2549d2e115bb342f7 /crypto/armv4cpuid.S
parent797d24bee9523e5cac14fe82a4dad356d1ec67f9 (diff)
armv4cpuid.S: switch to CNTVCT tick counter.
Diffstat (limited to 'crypto/armv4cpuid.S')
-rw-r--r--crypto/armv4cpuid.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/armv4cpuid.S b/crypto/armv4cpuid.S
index edd619800f..4f6ae17232 100644
--- a/crypto/armv4cpuid.S
+++ b/crypto/armv4cpuid.S
@@ -14,7 +14,7 @@ _armv7_neon_probe:
.global _armv7_tick
.type _armv7_tick,%function
_armv7_tick:
- mrc p15,0,r0,c9,c13,0
+ mrrc p15,1,r0,r1,c14 @ CNTVCT
.word 0xe12fff1e @ bx lr
.size _armv7_tick,.-_armv7_tick