summaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2011-06-23 21:50:27 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2011-06-23 21:50:27 +0000
commit43dc0011b3ff1fbf5c8a19ad570b7579376f8cd9 (patch)
tree389974c8e07069f08e7473c359a2989d305d9ff4 /sys/conf/files
parentf6072dd442f07ea7c3ed10002ec772a84cbaf881 (diff)
Move uvm_pglistalloc and uvm_pglistfree to uvm_page.c and garbage
college uvm_pglist.c uvm_pglistalloc and free are just thin wrappers around pmemrange these days and don't really need their own file. ok ariane@
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index d34cfd060da..6f0192d4d7c 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.513 2011/06/23 17:06:07 matthew Exp $
+# $OpenBSD: files,v 1.514 2011/06/23 21:50:26 oga Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -1007,7 +1007,6 @@ file uvm/uvm_object.c
file uvm/uvm_page.c
file uvm/uvm_pager.c
file uvm/uvm_pdaemon.c
-file uvm/uvm_pglist.c
file uvm/uvm_pmemrange.c
file uvm/uvm_stat.c
file uvm/uvm_swap.c