support, otherwise we won't get the counter reset at the top of every
second and will return highly inaccurate values.
-/* $OpenBSD: microtime.s,v 1.4 1996/03/19 21:09:20 mickey Exp $ */
+/* $OpenBSD: microtime.s,v 1.5 1996/04/28 21:11:19 tholo Exp $ */
/* $NetBSD: microtime.s,v 1.16 1995/04/17 12:06:47 cgd Exp $ */
/*-
#ifndef HZ
ENTRY(microtime)
-#ifdef I586_CPU
+#if defined(I586_CPU) && defined(NTP)
movl _pentium_mhz, %ecx
testl %ecx, %ecx
jne pentium_microtime
ret
-#ifdef I586_CPU
+#if defined(I586_CPU) && defined(NTP)
.align 2, 0x90
pentium_microtime:
cli