summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-04-29 00:42:26 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-04-29 00:42:26 +0000
commite5ea312181cac2e4cf621fbc8e2ca96fb8a1ab0e (patch)
treee90957bd085c28dc484d3ec93f0a2cb43c5422e6 /sys/arch
parent4964af1b03f17fb18cef3a816411868ce05be997 (diff)
Revert last commit.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/i386/microtime.s9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/i386/i386/microtime.s b/sys/arch/i386/i386/microtime.s
index c033d58bd68..eca576bf46c 100644
--- a/sys/arch/i386/i386/microtime.s
+++ b/sys/arch/i386/i386/microtime.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: microtime.s,v 1.6 1996/04/28 22:29:06 mickey Exp $ */
+/* $OpenBSD: microtime.s,v 1.7 1996/04/29 00:42:25 mickey Exp $ */
/* $NetBSD: microtime.s,v 1.16 1995/04/17 12:06:47 cgd Exp $ */
/*-
@@ -23,7 +23,7 @@
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * IMPLIED WArRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
@@ -37,7 +37,6 @@
#include <machine/asm.h>
#include <dev/isa/isareg.h>
#include <i386/isa/timerreg.h>
-#include "rnd.h"
#define IRQ_BIT(irq_num) (1 << ((irq_num) % 8))
#define IRQ_BYTE(irq_num) ((irq_num) / 8)
@@ -49,7 +48,7 @@
#ifndef HZ
ENTRY(microtime)
-#if defined(I586_CPU) && (defined(NTP) || NRND)
+#if defined(I586_CPU) && defined(NTP)
movl _pentium_mhz, %ecx
testl %ecx, %ecx
jne pentium_microtime
@@ -139,7 +138,7 @@ common_microtime:
ret
-#if defined(I586_CPU) && (defined(NTP) || NRND)
+#if defined(I586_CPU) && defined(NTP)
.align 2, 0x90
pentium_microtime:
cli