diff options
author | dillon <dillon@FreeBSD.org> | 2001-07-05 01:32:42 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-07-05 01:32:42 +0000 |
commit | 1cf218e40f33f1f84ab5aea35ab812cfa1b46302 (patch) | |
tree | 4f13877024500ba8eed1f8aa537da3e416268450 /sys/conf | |
parent | 93369f554a43c46419d56436721efe61e4b858c7 (diff) | |
download | FreeBSD-src-1cf218e40f33f1f84ab5aea35ab812cfa1b46302.zip FreeBSD-src-1cf218e40f33f1f84ab5aea35ab812cfa1b46302.tar.gz |
Move vm_page_zero_idle() from machine-dependant sections to a
machine-independant source file, vm/vm_zeroidle.c. It was exactly the
same for all platforms and updating them all was getting annoying.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 06f46e2..adb512c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1254,6 +1254,7 @@ vm/vm_object.c standard vm/vm_page.c standard vm/vm_pageq.c standard vm/vm_contig.c standard +vm/vm_zeroidle.c standard vm/vm_pageout.c standard vm/vm_pager.c standard vm/vm_swap.c standard |