Date: Sun, 11 Apr 2010 16:26:07 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern init_main.c src/sys/vm vm_extern.h vm_glue.c Message-ID: <201004111626.o3BGQVd6062587@repoman.freebsd.org>
index | next in thread | raw e-mail
alc 2010-04-11 16:26:07 UTC
FreeBSD src repository
Modified files:
sys/kern init_main.c
sys/vm vm_extern.h vm_glue.c
Log:
SVN rev 206483 on 2010-04-11 16:26:07Z by alc
Initialize the virtual memory-related resource limits in a single place.
Previously, one of these limits was initialized in two places to a
different value in each place. Moreover, because an unsigned int was used
to represent the amount of pageable physical memory, some of these limits
were incorrectly initialized on 64-bit architectures. (Currently, this
error is masked by login.conf's default settings.)
Make vm_thread_swapin() and vm_thread_swapout() static.
Submitted by: bde (an earlier version)
Reviewed by: kib
Revision Changes Path
1.309 +12 -5 src/sys/kern/init_main.c
1.93 +0 -2 src/sys/vm/vm_extern.h
1.240 +6 -40 src/sys/vm/vm_glue.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004111626.o3BGQVd6062587>
