summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-25 12:26:19 +0000
committerbde <bde@FreeBSD.org>1996-10-25 12:26:19 +0000
commit546845af741d292452163e8a23e043024e484fbf (patch)
tree942503ecae8f8163cf1105456c4da9fcb291f1cb /sys
parent6af22e1e039b694a6747cfe65c529e7f5f6a8a13 (diff)
downloadFreeBSD-src-546845af741d292452163e8a23e043024e484fbf.zip
FreeBSD-src-546845af741d292452163e8a23e043024e484fbf.tar.gz
Removed #include of <machine/clock.h>. 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.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/microtime.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/i386/microtime.s b/sys/i386/i386/microtime.s
index 89f3cf3..5d77ca4 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>
OpenPOWER on IntegriCloud