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

Thomas Moestl tmm at FreeBSD.org
Wed Jul 30 09:27:53 PDT 2003


tmm         2003/07/30 09:27:52 PDT

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  pmap.c 
  Log:
  Return 1 from pmap_protect_tte() instead of 0. When used with
  tsb_foreach(), 0 signals to terminate the tsb traversal, so when
  tsb_foreach() was used in pmap_protect() (which only happens when
  the area to be protected is larger than PMAP_TSB_THRESH = 16MB), only
  the first tsb entry in the specified range would be protected.
  
  Reported by:    Andrew Belashov <bel at orel.ru>
  
  Revision  Changes    Path
  1.119     +1 -1      src/sys/sparc64/sparc64/pmap.c


More information about the cvs-src mailing list