diff options
author | kato <kato@FreeBSD.org> | 2001-03-23 08:57:22 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2001-03-23 08:57:22 +0000 |
commit | 72f60d880d95918cb0e240686615ea2437d6d3d0 (patch) | |
tree | 9b265c2a7df81ff5e1eaa4e70586dde2e3de0248 /sys | |
parent | e0f3bf78f4a8546bd7c56562bad5c04ddc2a6243 (diff) | |
download | FreeBSD-src-72f60d880d95918cb0e240686615ea2437d6d3d0.zip FreeBSD-src-72f60d880d95918cb0e240686615ea2437d6d3d0.tar.gz |
Merged from sys/i386/i386/machdep.c revision 1.445.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pc98/i386/machdep.c | 1 | ||||
-rw-r--r-- | sys/pc98/pc98/machdep.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index ffbfd04..82e4b64 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -102,6 +102,7 @@ #include <machine/pcb_ext.h> /* pcb.h included via sys/user.h */ #include <machine/globaldata.h> #include <machine/globals.h> +#include <machine/intrcnt.h> #ifdef SMP #include <machine/smp.h> #endif diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index ffbfd04..82e4b64 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -102,6 +102,7 @@ #include <machine/pcb_ext.h> /* pcb.h included via sys/user.h */ #include <machine/globaldata.h> #include <machine/globals.h> +#include <machine/intrcnt.h> #ifdef SMP #include <machine/smp.h> #endif |