diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-02-25 02:20:30 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-25 02:20:30 +0000 |
commit | 6aeb4f6474c11db57d382708f893aa0583d4eb6a (patch) | |
tree | 5617628dc5b51eddb9b74a51c37c7156a8a60e7b /sys/i386/include/clock.h | |
parent | b289b0f141c1a26cee1b56cda0f5ae1f966edec6 (diff) |
Removed vestiges of previous microtime() implementation.
Notes
Notes:
svn path=/head/; revision=33809
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r-- | sys/i386/include/clock.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h index 31b463221c38..72c159063bba 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; |