diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-06 19:53:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-06 19:53:22 +0000 |
commit | 1a05584a00bbab0c5d169a8d3af7b22cafbfd92e (patch) | |
tree | 5ddd0ec6d94f69ad3960926e58a87b6d82166c7a /sys/arch/alpha/isa | |
parent | ef75d88ca83504eb18013af4622826ef9b5ff28d (diff) |
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)
Diffstat (limited to 'sys/arch/alpha/isa')
-rw-r--r-- | sys/arch/alpha/isa/isa_machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/alpha/isa/isadma_bounce.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/alpha/isa/isa_machdep.c b/sys/arch/alpha/isa/isa_machdep.c index 212ad493c3a..5c9f998e46c 100644 --- a/sys/arch/alpha/isa/isa_machdep.c +++ b/sys/arch/alpha/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.c,v 1.8 2001/08/08 15:21:28 millert Exp $ */ +/* $OpenBSD: isa_machdep.c,v 1.9 2001/11/06 19:53:13 miod Exp $ */ /* $NetBSD: isa_machdep.c,v 1.12 1998/08/07 10:26:39 drochner Exp $ */ /* @@ -39,7 +39,6 @@ #include <sys/errno.h> #include <sys/device.h> -#include <vm/vm.h> #include <uvm/uvm_extern.h> #include <dev/isa/isavar.h> diff --git a/sys/arch/alpha/isa/isadma_bounce.c b/sys/arch/alpha/isa/isadma_bounce.c index 14b61e65560..b6dd4e893f8 100644 --- a/sys/arch/alpha/isa/isadma_bounce.c +++ b/sys/arch/alpha/isa/isadma_bounce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isadma_bounce.c,v 1.2 2001/11/05 17:25:57 art Exp $ */ +/* $OpenBSD: isadma_bounce.c,v 1.3 2001/11/06 19:53:13 miod Exp $ */ /* $NetBSD: isadma_bounce.c,v 1.3 2000/06/29 09:02:57 mrg Exp $ */ /*- @@ -52,7 +52,6 @@ #include <dev/isa/isareg.h> #include <dev/isa/isavar.h> -#include <vm/vm.h> #include <uvm/uvm_extern.h> extern paddr_t avail_end; |