diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 01:35:05 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 01:35:05 +0000 |
commit | c40da229a2b8863dc5e8391bcf995784e71c9ca3 (patch) | |
tree | 43acd53cc5611454b5f62fd69b7f5cc806d36ca6 /sys/uvm/uvm_glue.c | |
parent | db54c5228ebca1e9fcf986c2c042c4475999f208 (diff) |
Move the last content from vm/ to uvm/
The only thing left in vm/ are just dumb wrappers.
vm/vm.h includes uvm/uvm_extern.h
vm/pmap.h includes uvm/uvm_pmap.h
vm/vm_page.h includes uvm/uvm_page.h
Diffstat (limited to 'sys/uvm/uvm_glue.c')
-rw-r--r-- | sys/uvm/uvm_glue.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c index 970bcec90d2..71c28281e64 100644 --- a/sys/uvm/uvm_glue.c +++ b/sys/uvm/uvm_glue.c @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_glue.c,v 1.21 2001/11/05 22:14:54 art Exp $ */ -/* $NetBSD: uvm_glue.c,v 1.37 2000/06/26 14:21:17 mrg Exp $ */ +/* $OpenBSD: uvm_glue.c,v 1.22 2001/11/06 01:35:04 art Exp $ */ +/* $NetBSD: uvm_glue.c,v 1.38 2000/06/27 17:29:22 mrg Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -81,8 +81,6 @@ #include <sys/shm.h> #endif -#include <vm/vm.h> - #include <uvm/uvm.h> #include <machine/cpu.h> |