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

看板DFBSD_commit作者時間16年前 (2010/02/22 11:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BWVDssj (DFBSD_commit)