cvs commit: src/sys/i386/i386 pmap.c
    Peter Wemm 
    peter at FreeBSD.org
       
    Thu Oct 30 14:15:24 PST 2003
    
    
  
peter       2003/10/30 14:15:23 PST
  FreeBSD src repository
  Modified files:
    sys/i386/i386        pmap.c 
  Log:
  Change the pmap_invalidate_xxx() functions so they test against
  pmap == kernel_pmap rather than pmap->pm_active == -1.  gcc's inliner
  can remove more code that way.  Only kernel_pmap has a pm_active of -1.
  
  Revision  Changes    Path
  1.452     +3 -3      src/sys/i386/i386/pmap.c
    
    
More information about the cvs-all
mailing list