diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-10-01 05:49:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-10-01 05:49:02 +0000 |
commit | 79c6d08651ee9932ffc99c42c79ce96d8aec2108 (patch) | |
tree | 01d5915e3d6a08b88e9500f6ac50bc0d6b37cb46 /sys/arch | |
parent | 0ab1078e9207ca232bc740b3f80d80fd86fb6451 (diff) |
Oops, trimmed includes too much for RAMDISK.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/luna88k/luna88k/machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/luna88k/luna88k/machdep.c b/sys/arch/luna88k/luna88k/machdep.c index a5885660a73..96bb09f61d4 100644 --- a/sys/arch/luna88k/luna88k/machdep.c +++ b/sys/arch/luna88k/luna88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.13 2004/09/30 14:55:51 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.14 2004/10/01 05:49:00 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -76,6 +76,7 @@ #include <machine/kcore.h> #include <machine/locore.h> #include <machine/reg.h> +#include <machine/trap.h> #include <machine/m88100.h> #include <luna88k/luna88k/isr.h> diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index 597f3a6cdbf..c156f57099e 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.157 2004/09/30 14:55:54 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.158 2004/10/01 05:49:01 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -77,6 +77,7 @@ #include <machine/kcore.h> #include <machine/locore.h> #include <machine/reg.h> +#include <machine/trap.h> #ifdef M88100 #include <machine/m88100.h> /* DMT_VALID */ #endif |