cvs commit: src/sys/mips/mips pmap.c
Warner Losh
imp at FreeBSD.org
Wed Oct 1 05:47:28 UTC 2008
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
More information about the cvs-src
mailing list