DragonFly BSD
DragonFly commits List (threaded) for 2010-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Fix some rare pmap races in i386 and x86_64 (followup)


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Feb 2010 18:53:03 -0800 (PST)

commit 8c5af5b85a9704757e0a130c10efb488cd647718
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]