diff options
| -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> |
