diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-12-10 02:08:05 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-12-10 02:08:05 +0000 |
commit | 9af4c3019d102ce1879a89b557aec7d4bc41917c (patch) | |
tree | a67253672d898e6f3ece4932281950326b163600 /sys/arch/amd64/isa | |
parent | 25a1f0bad0d986f9a1d9dafcaa536f551f2d6b43 (diff) |
Kill MCA related includes.
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/isa')
-rw-r--r-- | sys/arch/amd64/isa/clock.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/amd64/isa/clock.c b/sys/arch/amd64/isa/clock.c index 43a7849f9a2..c0cff0aa0bb 100644 --- a/sys/arch/amd64/isa/clock.c +++ b/sys/arch/amd64/isa/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.6 2005/09/27 21:10:47 deraadt Exp $ */ +/* $OpenBSD: clock.c,v 1.7 2005/12/10 02:08:04 krw Exp $ */ /* $NetBSD: clock.c,v 1.1 2003/04/26 18:39:50 fvdl Exp $ */ /*- @@ -113,13 +113,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <dev/clock_subr.h> #include <machine/specialreg.h> -#ifndef __x86_64__ -#include "mca.h" -#endif -#if NMCA > 0 -#include <machine/mca_machdep.h> /* for MCA_system */ -#endif - #include "pcppi.h" #if (NPCPPI > 0) #include <dev/isa/pcppivar.h> |