kernel - MPSAFE work - lockup i386 pmap
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 10 Jun 2010 02:02:54 +0000 (19:02 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 10 Jun 2010 02:02:54 +0000 (19:02 -0700)
commit4107b0c01f09566bca6213a90bf31d586df567ac
treecef43d0266841983a555e8d953964568f8fde58e
parentf8a09be1e61a815288209b41b6a39ee4cdbd2f1a
kernel - MPSAFE work - lockup i386 pmap

* Tokenize the pmap API in platform/pc32/i386/pmap.c

* Cleanup comments.  (non-block) interrupts are now always scheduled so
  pmap operations are no longer called from them.  And IPIs are not allowed
  to do anything so sophisticated as to modify pmaps.

* Add a comment at the top indicating that the entire file is MPSAFE.
sys/platform/pc32/i386/db_interface.c
sys/platform/pc32/i386/pmap.c
sys/platform/pc32/include/pmap.h