From 22b9cd6f99c5bdb80b197cf30657b937861a39b0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 25 Oct 1996 12:26:19 +0000 Subject: [PATCH] Removed #include of . It is no longer used, and would break when I remove LOCORE support from clock.h. I586_CTR_MULTIPLIER_SHIFT = 32 from clock.h is actually still used, but 32 is so magic that it doesn't get used explicitly. --- sys/i386/i386/microtime.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/i386/i386/microtime.s b/sys/i386/i386/microtime.s index 89f3cf3f900..5d77ca419db 100644 --- a/sys/i386/i386/microtime.s +++ b/sys/i386/i386/microtime.s @@ -32,13 +32,12 @@ * SUCH DAMAGE. * * from: Steve McCanne's microtime code - * $Id: microtime.s,v 1.16 1996/08/02 20:17:50 bde Exp $ + * $Id: microtime.s,v 1.17 1996/10/09 19:47:17 bde Exp $ */ #include "opt_cpu.h" #include -#include #include #include