git: kernel - Fix some rare pmap races in i386 and x86_64 (followup)
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Feb 21 18:53:45 PST 2010
commit 8c5af5b85a9704757e0a130c10efb488cd647718
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Feb 21 18:47:34 2010 -0800
kernel - Fix some rare pmap races in i386 and x86_64 (followup)
* pmap_interlock_wait() is SMP-only. Fix UP build.
* pmap_setlwpvm for i386 was missing a call to pmap_interlock_wait()
Summary of changes:
sys/platform/pc32/i386/pmap.c | 5 +++++
sys/platform/pc64/x86_64/pmap.c | 8 ++++++--
2 files changed, 11 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8c5af5b85a9704757e0a130c10efb488cd647718
--
DragonFly BSD source repository
More information about the Commits
mailing list