mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 04:12:51 +00:00
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.
This commit is contained in:
parent
c22f60285b
commit
22b9cd6f99
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19171
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user