cvs commit: src/sys/i386/i386 pmap.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Sep 2 13:12:17 PDT 2003


dillon      2003/09/02 13:11:34 PDT

  Modified files:
    sys/i386/i386        pmap.c 
  Log:
  Do a bit of Ansification, add some pmap assertions to catch the
  improper use of certain pmap functions from an interrupt, similar to
  FreeBSD-5, rewrite a number of comments, and surround some of the
  pmap functions which manipulate per-cpu CMAPs with critical sections.
  
  Revision  Changes    Path
  1.22      +81 -54    src/sys/i386/i386/pmap.c






More information about the Commits mailing list