Date: Wed, 1 Oct 2008 05:47:17 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/mips/mips pmap.c Message-ID: <200810010547.m915lR6i066575@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2008-10-01 05:47:17 UTC
FreeBSD src repository
Modified files:
sys/mips/mips pmap.c
Log:
SVN rev 183510 on 2008-10-01 05:47:17Z by imp
Remove critical_enter() and critical_exit(): pmap_growkernel is called
with kernel_map->system_mtx held so these aren't needed. Add an
assertion to make sure this is the case.
Also, fix a minor style(9) nit.
Reviewed by: alc@
Revision Changes Path
1.8 +2 -4 src/sys/mips/mips/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810010547.m915lR6i066575>
