Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 2006 12:47:35 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 110546 for review
Message-ID:  <200611261247.kAQClZPY024338@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110546

Change 110546 by gonzo@gonzo_hq on 2006/11/26 12:47:25

	o Destroy pmap mutex in pmap_release.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/pmap.c#16 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/pmap.c#16 (text+ko) ====

@@ -825,6 +825,9 @@
 
 	if (lev1pg/* && !pmap_release_free_page(pmap, lev1pg)*/)
 		goto retry;
+
+	PMAP_LOCK_DESTROY(kernel_pmap);
+
 	mtx_lock_spin(&allpmaps_lock);
 	LIST_REMOVE(pmap, pm_list);
 	mtx_unlock_spin(&allpmaps_lock);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611261247.kAQClZPY024338>