Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

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

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



dyson       96/03/08 23:01:22

  Modified:    sys/i386/i386  pmap.c
  Log:
  Correct some new and older lurking bugs.  Hold count wasn't being
  handled correctly.  Fix some incorrect code that was included
  to improve performance. Significantly simplify the pmap_use_pt and
  pmap_unuse_pt subroutines.  Add some more diagnostic code.
  
  Revision  Changes    Path
  1.78      +212 -118  src/sys/i386/i386/pmap.c