summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-02-26 06:39:38 +0000
committerjake <jake@FreeBSD.org>2002-02-26 06:39:38 +0000
commit865ab80de2031a205f41ed9bbea4b45753017601 (patch)
tree1239072b0263975c8b477957df7c2313cb6a5d33 /sys/sparc64
parent7fc344c3a9d16abd1cfa791596e53b32a96b10ad (diff)
downloadFreeBSD-src-865ab80de2031a205f41ed9bbea4b45753017601.zip
FreeBSD-src-865ab80de2031a205f41ed9bbea4b45753017601.tar.gz
Pu back a call to pmap_context_destroy which was accidentily removed
in the previous commit. Spotted by: tmm
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/pmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/sparc64/pmap.c b/sys/sparc64/sparc64/pmap.c
index c1ffb5b..b28b181 100644
--- a/sys/sparc64/sparc64/pmap.c
+++ b/sys/sparc64/sparc64/pmap.c
@@ -1140,6 +1140,7 @@ pmap_release(pmap_t pm)
KASSERT(pmap_resident_count(pm) == 0,
("pmap_release: resident pages %ld != 0",
pmap_resident_count(pm)));
+ pmap_context_destroy(pm->pm_context);
TAILQ_FOREACH(m, &obj->memq, listq) {
if (vm_page_sleep_busy(m, FALSE, "pmaprl"))
continue;
OpenPOWER on IntegriCloud