summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-25 02:20:30 +0000
committerbde <bde@FreeBSD.org>1998-02-25 02:20:30 +0000
commit76878d1c84624eb622955016c796669d97707c14 (patch)
treeb6a785c446b5e3c1861446b401fa9d4ec52f6d2c /sys/i386/include/clock.h
parentef8b60281c1ab6517e80fb855c854eaf86b0a87b (diff)
downloadFreeBSD-src-76878d1c84624eb622955016c796669d97707c14.zip
FreeBSD-src-76878d1c84624eb622955016c796669d97707c14.tar.gz
Removed vestiges of previous microtime() implementation.
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index 31b4632..72c1590 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -3,20 +3,16 @@
* Garrett Wollman, September 1994.
* This file is in the public domain.
*
- * $Id: clock.h,v 1.31 1998/02/01 22:45:23 bde Exp $
+ * $Id: clock.h,v 1.32 1998/02/20 16:35:27 phk Exp $
*/
#ifndef _MACHINE_CLOCK_H_
#define _MACHINE_CLOCK_H_
-#define TSC_COMULTIPLIER_SHIFT 20
-#define TSC_MULTIPLIER_SHIFT 32
-
#ifdef KERNEL
/*
* i386 to clock driver interface.
- * XXX almost all of it is misplaced. i586 stuff is done in isa/clock.c
- * and isa stuff is done in i386/microtime.s and i386/support.s.
+ * XXX large parts of the driver and its interface are misplaced.
*/
extern int adjkerntz;
extern int disable_rtc_set;
OpenPOWER on IntegriCloud