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

Jake Burkholder jake at FreeBSD.org
Mon Mar 31 11:56:58 PST 2003


jake        2003/03/31 11:56:55 PST

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  pmap.c tsb.c 
  Log:
  - Allow the physical memory size that will be actually used by the kernel to
    be overridden by setting hw.physmem.
  - Fix a vm_map_find arg, we don't want to find space.
  - Add tracing and statistics for off colored pages.
  - Detect "stupid" pmap_kenters (same virtual and physical as existing
    mapping), and do nothing in that case.
  
  Revision  Changes    Path
  1.104     +29 -2     src/sys/sparc64/sparc64/pmap.c
  1.32      +15 -0     src/sys/sparc64/sparc64/tsb.c


More information about the cvs-src mailing list