summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2012-07-18 05:21:34 +0000
committeralc <alc@FreeBSD.org>2012-07-18 05:21:34 +0000
commite5949174d4c7e5390bbcdfed87017d0a92326427 (patch)
treeab1f9e2eab50123e75b91ebed76bc286186d79b8 /sys/mips
parent1a9d4d87e6ea943994c086e437518bbcb31d100a (diff)
downloadFreeBSD-src-e5949174d4c7e5390bbcdfed87017d0a92326427.zip
FreeBSD-src-e5949174d4c7e5390bbcdfed87017d0a92326427.tar.gz
Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similar
code resides. Rename vm_contig_grow_cache() to vm_pageout_grow_cache(). Reviewed by: kib
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/pmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c
index d00f1a3..ba6f4a1 100644
--- a/sys/mips/mips/pmap.c
+++ b/sys/mips/mips/pmap.c
@@ -1034,9 +1034,9 @@ pmap_grow_direct_page_cache()
{
#ifdef __mips_n64
- vm_contig_grow_cache(3, 0, MIPS_XKPHYS_LARGEST_PHYS);
+ vm_pageout_grow_cache(3, 0, MIPS_XKPHYS_LARGEST_PHYS);
#else
- vm_contig_grow_cache(3, 0, MIPS_KSEG0_LARGEST_PHYS);
+ vm_pageout_grow_cache(3, 0, MIPS_KSEG0_LARGEST_PHYS);
#endif
}
OpenPOWER on IntegriCloud