Date: Wed, 14 Apr 2010 01:57:53 +0000 (UTC) From: Neel Natu <neel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/mips pmap.c Message-ID: <201004140158.o3E1wGpY040992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
neel 2010-04-14 01:57:53 UTC FreeBSD src repository Modified files: sys/mips/mips pmap.c Log: SVN rev 206584 on 2010-04-14 01:57:53Z by neel 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. Revision Changes Path 1.33 +1 -0 src/sys/mips/mips/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004140158.o3E1wGpY040992>