diff options
author | Stefan Fritsch <sf@cvs.openbsd.org> | 2015-01-15 15:30:18 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@cvs.openbsd.org> | 2015-01-15 15:30:18 +0000 |
commit | 0195959ec613be30b9cb3cd75c53e127de747461 (patch) | |
tree | 4e68a016f90961757a09139f7d19f6dc6c3f7c93 /sys/arch/amd64/include/cpu.h | |
parent | 7000948e11840545a3e0d3204dfa0f8c9349101d (diff) |
Don't include i82489 headers in cpu.h
Only pmap.c was not including them explicitly. Fix that.
"The direction is good" deraadt@
Diffstat (limited to 'sys/arch/amd64/include/cpu.h')
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h index b06d58bc096..780948bed4a 100644 --- a/sys/arch/amd64/include/cpu.h +++ b/sys/arch/amd64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.89 2015/01/06 12:50:48 dlg Exp $ */ +/* $OpenBSD: cpu.h,v 1.90 2015/01/15 15:30:17 sf Exp $ */ /* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */ /*- @@ -46,12 +46,6 @@ #include <machine/segments.h> #include <machine/cacheinfo.h> #include <machine/intrdefs.h> - -#ifdef MULTIPROCESSOR -#include <machine/i82489reg.h> -#include <machine/i82489var.h> -#endif - #endif /* _KERNEL */ #include <sys/device.h> |