From: Andy Polyakov Date: Sun, 1 Jun 2014 20:32:55 +0000 (+0200) Subject: armv4cpuid.S: switch to CNTVCT tick counter. X-Git-Tag: master-post-reformat~750 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=723463282fab13a686a30779c401b98b82134a62;p=oweals%2Fopenssl.git armv4cpuid.S: switch to CNTVCT tick counter. --- 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