]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove pmap_pagedaemon_waken and update pmap_get_pv_entry() to match the
authorAlan Cox <alc@FreeBSD.org>
Sun, 11 Jun 2006 04:53:06 +0000 (04:53 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 11 Jun 2006 04:53:06 +0000 (04:53 +0000)
commitfd5cb697560edfcc591f26d9df51c77d31742455
treeff24027d7ac098323abc05c1173192bb84985a5a
parent2087cafb70de577bd442c65f5a8c6d1259ff1516
Remove pmap_pagedaemon_waken and update pmap_get_pv_entry() to match the
current interface with the machine-independent layer.  Without this change,
the page daemon would only have been awakened the first time that the
number of pv entries went above the high water mark, not each time.
sys/arm/arm/pmap.c