]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correct a mistake in the previous revision: Reduce the scope of the page
authorAlan Cox <alc@FreeBSD.org>
Wed, 6 Aug 2003 19:18:08 +0000 (19:18 +0000)
committerAlan Cox <alc@FreeBSD.org>
Wed, 6 Aug 2003 19:18:08 +0000 (19:18 +0000)
commit2c2464cb277726bde0501c6f7847a9d8b5039dd5
treece247857214da68d0b051bc2f72a0f83901aabf4
parentb0b2803a3b7c790fa884365121ad013870755be2
Correct a mistake in the previous revision: Reduce the scope of the page
queues lock such that it isn't held around the call to get_pv_entry(),
which calls uma_zalloc().  At the point of the call to get_pv_entry(), the
lock isn't necessary and holding it could lead to recursive acquisition,
which isn't allowed.
sys/i386/i386/pmap.c