mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue