diff options
author | 1996-08-08 03:31:21 +0000 | |
---|---|---|
committer | 1996-08-08 03:31:21 +0000 | |
commit | 03f4ae2e0a69eab94d236127d45bec90c0ff66a4 (patch) | |
tree | b8cbc0d8add14cf03c5c46fef467ec42d4569621 | |
parent | adduser -> adduser_proc (diff) | |
download | wireguard-openbsd-03f4ae2e0a69eab94d236127d45bec90c0ff66a4.tar.xz wireguard-openbsd-03f4ae2e0a69eab94d236127d45bec90c0ff66a4.zip |
Reset the cycle counter at boot on P5 or better wether or not we have been
configured for NTP
-rw-r--r-- | sys/arch/i386/i386/locore.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index bc0a63fa4ea..756110246d9 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -437,12 +437,10 @@ try586: /* Use the `cpuid' instruction. */ jb is486 # less than a Pentium movl $CPU_586,RELOC(_cpu) -#ifdef NTP xorl %eax,%eax xorl %edx,%edx movl $0x10,%ecx .byte 0xf, 0x30 # wrmsr (or trap on non-pentium :-) -#endif 2: /* |