diff options
author | kato <kato@FreeBSD.org> | 1997-05-30 10:00:58 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-05-30 10:00:58 +0000 |
commit | 9cb73532adaa1eb42c8895de7315dafad2244e1e (patch) | |
tree | 32ac7f8c06e0b3cd3327a14a2750cced84977d15 | |
parent | f4a833edc36169f84f65cf2f13aca5c64a9820ae (diff) | |
download | FreeBSD-src-9cb73532adaa1eb42c8895de7315dafad2244e1e.zip FreeBSD-src-9cb73532adaa1eb42c8895de7315dafad2244e1e.tar.gz |
Synchronize with sys/i386/i386/microtime.s revision 1.23.
-rw-r--r-- | sys/pc98/i386/microtime.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pc98/i386/microtime.s b/sys/pc98/i386/microtime.s index 1f1bb75..a853257 100644 --- a/sys/pc98/i386/microtime.s +++ b/sys/pc98/i386/microtime.s @@ -32,11 +32,10 @@ * SUCH DAMAGE. * * from: Steve McCanne's microtime code - * $Id: microtime.s,v 1.8 1997/02/22 09:43:27 peter Exp $ + * $Id: microtime.s,v 1.9 1997/04/27 13:22:02 kato Exp $ */ #include "opt_cpu.h" -#include "opt_smp.h" #ifdef APIC_IO #include <machine/apic.h> |