]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Destroy the pmap 'pm_mutex' in pmap_release() otherwise we will panic
authorneel <neel@FreeBSD.org>
Wed, 14 Apr 2010 01:57:53 +0000 (01:57 +0000)
committerneel <neel@FreeBSD.org>
Wed, 14 Apr 2010 01:57:53 +0000 (01:57 +0000)
commitb9f6788a74b5e9a08c72daffe492c9e696130410
tree005660b6c187af7d3a3648fdb671f9eb312073a1
parent88551608b7559691f1e7c3045de5412f73a74a23
Destroy the pmap 'pm_mutex' in pmap_release() otherwise we will panic
subsequently in pmap_pinit() with the following signature:

panic: lock "pmap" 0xc7878bc8 already initialized

This bug was uncovered by the changes made to vm_map.c in r206140.
sys/mips/mips/pmap.c