diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-10-29 08:13:32 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-10-29 08:13:32 +0000 |
| commit | acc66972fe53bc4d81fffeb92c08447f8f61acfd (patch) | |
| tree | b948ff9e53ff97b70be9ddc7dd8bb0f3b1d009a6 | |
| parent | de1e682d5887d317a0292bbf68e78891bd257ab3 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/i386/microtime.s | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pc98/i386/microtime.s b/sys/pc98/i386/microtime.s index 16c35272984c7..174ddde2a5a16 100644 --- a/sys/pc98/i386/microtime.s +++ b/sys/pc98/i386/microtime.s @@ -32,11 +32,9 @@ * SUCH DAMAGE. * * from: Steve McCanne's microtime code - * $Id: microtime.s,v 1.16 1997/09/03 12:41:16 kato Exp $ + * $Id: microtime.s,v 1.17 1997/09/08 08:40:53 kato Exp $ */ -#include "opt_cpu.h" - #include <machine/asmacros.h> #include <i386/isa/icu.h> |
