Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2004 21:54:25 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/arm/arm pmap.c src/sys/arm/include pmap.h pte.h
Message-ID:  <200409232154.i8NLsPF7067282@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cognet      2004-09-23 21:54:25 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          pmap.c 
    sys/arm/include      pmap.h pte.h 
  Log:
  Implement pmap_growkernel() and pmap_extract_and_hold().
  Remove the cache state logic : right now, it provides more problems than it
  helps.
  Add helper functions for mapping devices while bootstrapping.
  Reorganize the code a bit, and remove dead code.
  
  Obtained from:  NetBSD (partially)
  
  Revision  Changes    Path
  1.13      +629 -635  src/sys/arm/arm/pmap.c
  1.4       +26 -66    src/sys/arm/include/pmap.h
  1.2       +0 -34     src/sys/arm/include/pte.h



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