diff options
-rw-r--r-- | sys/pc98/cbus/clock.c | 3 | ||||
-rw-r--r-- | sys/pc98/cbus/pcrtc.c | 3 | ||||
-rw-r--r-- | sys/pc98/i386/trap.c | 3 | ||||
-rw-r--r-- | sys/pc98/pc98/clock.c | 3 | ||||
-rw-r--r-- | sys/pc98/pc98/npx.c | 5 | ||||
-rw-r--r-- | sys/pc98/pc98/pc98.c | 3 |
6 files changed, 13 insertions, 7 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 1a6d387..606c39e 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.22 1997/05/28 09:04:26 kato Exp $ + * $Id: clock.c,v 1.23 1997/05/30 09:57:08 kato Exp $ */ /* @@ -67,6 +67,7 @@ #endif #include <machine/cpu.h> #include <machine/frame.h> +#include <machine/ipl.h> #include <i386/isa/icu.h> #ifdef PC98 diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 1a6d387..606c39e 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.22 1997/05/28 09:04:26 kato Exp $ + * $Id: clock.c,v 1.23 1997/05/30 09:57:08 kato Exp $ */ /* @@ -67,6 +67,7 @@ #endif #include <machine/cpu.h> #include <machine/frame.h> +#include <machine/ipl.h> #include <i386/isa/icu.h> #ifdef PC98 diff --git a/sys/pc98/i386/trap.c b/sys/pc98/i386/trap.c index c7a5a0d..e1ffa68 100644 --- a/sys/pc98/i386/trap.c +++ b/sys/pc98/i386/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.20 1997/05/08 09:31:08 kato Exp $ + * $Id: trap.c,v 1.21 1997/05/30 09:59:11 kato Exp $ */ /* @@ -71,6 +71,7 @@ #include <sys/user.h> #include <machine/cpu.h> +#include <machine/ipl.h> #include <machine/md_var.h> #include <machine/psl.h> #include <machine/reg.h> diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 1a6d387..606c39e 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.22 1997/05/28 09:04:26 kato Exp $ + * $Id: clock.c,v 1.23 1997/05/30 09:57:08 kato Exp $ */ /* @@ -67,6 +67,7 @@ #endif #include <machine/cpu.h> #include <machine/frame.h> +#include <machine/ipl.h> #include <i386/isa/icu.h> #ifdef PC98 diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c index 4a9fdf1..74d4b97 100644 --- a/sys/pc98/pc98/npx.c +++ b/sys/pc98/pc98/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.17 1997/04/27 13:22:08 kato Exp $ + * $Id: npx.c,v 1.18 1997/05/08 09:19:56 kato Exp $ */ #include "npx.h" @@ -56,8 +56,9 @@ #include <machine/asmacros.h> #include <machine/cpu.h> -#include <machine/pcb.h> +#include <machine/ipl.h> #include <machine/md_var.h> +#include <machine/pcb.h> #include <machine/trap.h> #include <machine/clock.h> #include <machine/specialreg.h> diff --git a/sys/pc98/pc98/pc98.c b/sys/pc98/pc98/pc98.c index fc49ab9..edd9724 100644 --- a/sys/pc98/pc98/pc98.c +++ b/sys/pc98/pc98/pc98.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: pc98.c,v 1.27 1997/05/28 09:18:23 kato Exp $ + * $Id: pc98.c,v 1.28 1997/05/30 10:05:56 kato Exp $ */ /* @@ -59,6 +59,7 @@ #include <sys/buf.h> #include <sys/syslog.h> #include <sys/malloc.h> +#include <machine/ipl.h> #include <machine/md_var.h> #include <machine/segments.h> #if defined(APIC_IO) |