kernel - Fix some rare pmap races in i386 and x86_64 (followup)
commit8c5af5b85a9704757e0a130c10efb488cd647718
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 22 Feb 2010 02:47:34 +0000 (21 18:47 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 22 Feb 2010 02:47:34 +0000 (21 18:47 -0800)
tree5057131b69e9beaa10d6112fbb840eac1c70df1b
parentfdc53cc7c5e423755fd5e68cf77e4cb58ce34679
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()
sys/platform/pc32/i386/pmap.c
sys/platform/pc64/x86_64/pmap.c