diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-10-25 12:26:19 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-10-25 12:26:19 +0000 |
| commit | 22b9cd6f99c5bdb80b197cf30657b937861a39b0 (patch) | |
| tree | 942503ecae8f8163cf1105456c4da9fcb291f1cb | |
| parent | c22f60285b587f5f4fa8e0722fd2c665b9e53f26 (diff) | |
Notes
| -rw-r--r-- | sys/i386/i386/microtime.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/i386/microtime.s b/sys/i386/i386/microtime.s index 89f3cf3f9009..5d77ca419dbe 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 <machine/asmacros.h> -#include <machine/clock.h> #include <i386/isa/icu.h> #include <i386/isa/isa.h> |
