diff options
author | alc <alc@FreeBSD.org> | 2008-03-18 06:52:15 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2008-03-18 06:52:15 +0000 |
commit | 4e9b2a2931712b722c3954fa39b4385f0d710b6c (patch) | |
tree | b661554c75fe6515f71dc8bebb23a33f67ad3319 /sys/conf | |
parent | 5b6560526e3f033b3c4613a1e51d748fa7e747d7 (diff) | |
download | FreeBSD-src-4e9b2a2931712b722c3954fa39b4385f0d710b6c.zip FreeBSD-src-4e9b2a2931712b722c3954fa39b4385f0d710b6c.tar.gz |
Almost seven years ago, vm/vm_page.c was split into three parts:
vm/vm_contig.c, vm/vm_page.c, and vm/vm_pageq.c. Today, vm/vm_pageq.c
has withered to the point that it contains only four short functions,
two of which are only used by vm/vm_page.c. Since I can't foresee any
reason for vm/vm_pageq.c to grow, it is time to fold the remaining
contents of vm/vm_pageq.c back into vm/vm_page.c.
Add some comments. Rename one of the functions, vm_pageq_enqueue(),
that is now static within vm/vm_page.c to vm_page_enqueue().
Eliminate PQ_MAXCOUNT as it no longer serves any purpose.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 2e47b33..48f8d48 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2133,7 +2133,6 @@ vm/vm_mmap.c standard vm/vm_object.c standard vm/vm_page.c standard vm/vm_pageout.c standard -vm/vm_pageq.c standard vm/vm_pager.c standard vm/vm_phys.c standard vm/vm_reserv.c standard |