diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2000-05-02 21:49:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2000-05-02 21:49:37 +0000 |
commit | 75849f630608b49bfbfe4540db257fc4f2584026 (patch) | |
tree | 4bc0897c3b306fcc8143dfd6851941afed621622 | |
parent | e115960f829f1d2f7abac0b0d4aeebddd5ea6d24 (diff) |
<machine/vmparam.h> not welcomed here
-rw-r--r-- | sys/arch/sun3/sun3/cache.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sun3/sun3/cache.c b/sys/arch/sun3/sun3/cache.c index ee439a9f1fa..a61d5e8de12 100644 --- a/sys/arch/sun3/sun3/cache.c +++ b/sys/arch/sun3/sun3/cache.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cache.c,v 1.5 1997/01/16 04:04:13 kstailey Exp $ */ +/* $OpenBSD: cache.c,v 1.6 2000/05/02 21:49:36 miod Exp $ */ /* $NetBSD: cache.c,v 1.5 1996/11/20 18:57:24 gwr Exp $ */ /*- @@ -57,7 +57,6 @@ #include <machine/pte.h> #include <machine/control.h> #include <machine/machdep.h> -#include <machine/vmparam.h> #define CACHE_LINE 16 /* bytes */ #define VAC_FLUSH_INCR 512 /* bytes */ |