Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2003 11:56:55 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/sparc64 pmap.c tsb.c
Message-ID:  <200303311956.h2VJutFq007632@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303311956.h2VJutFq007632>