diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 00:30:39 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 00:30:39 +0000 |
commit | db54c5228ebca1e9fcf986c2c042c4475999f208 (patch) | |
tree | b6907c4aad9d0b3b7bc00fab756321ebd7caf2e6 /sys/arch/hp300 | |
parent | 898073588fa02753b0b64486b672431d14634198 (diff) |
Kill vm/vm_param.h, move it to uvm/uvm_param.h
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/hp300/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c index 730beb099e8..0fe54e69b42 100644 --- a/sys/arch/hp300/hp300/machdep.c +++ b/sys/arch/hp300/hp300/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.65 2001/09/20 17:02:30 mpech Exp $ */ +/* $OpenBSD: machdep.c,v 1.66 2001/11/06 00:30:38 art Exp $ */ /* $NetBSD: machdep.c,v 1.121 1999/03/26 23:41:29 mycroft Exp $ */ /* @@ -98,7 +98,6 @@ #include <dev/cons.h> #define MAXMEM 64*1024 /* XXX - from cmap.h */ -#include <vm/vm_param.h> #include <uvm/uvm_extern.h> #include <arch/hp300/dev/hilreg.h> |