git: kernel - Fix a SMP race in the 64-bit pmap code (2)
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Oct 2 10:44:47 PDT 2013
commit ec47d952f08f58fa674210e579466d43cdc6ed8b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Oct 2 10:42:48 2013 -0700
kernel - Fix a SMP race in the 64-bit pmap code (2)
* Last commit had an extra vm_page_spin_unlock() call, removing.
* Fix an improper spin_unlock() which was supposed to be a
spin_unlock_shared(). This appears to be an old bug.
Reported-by: profmakx, ftigeot
Summary of changes:
sys/platform/pc64/x86_64/pmap.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ec47d952f08f58fa674210e579466d43cdc6ed8b
--
DragonFly BSD source repository
More information about the Commits
mailing list