Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2009 06:12:38 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/include pmap.h src/sys/mips/mips pmap.c
Message-ID:  <200905020612.n426CvxY096827@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-05-02 06:12:38 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/include     pmap.h 
    sys/mips/mips        pmap.c 
  Log:
  SVN rev 191735 on 2009-05-02 06:12:38Z by alc
  
  A variety of changes:
  
  Reimplement "kernel_pmap" in the standard way.
  
  Eliminate unused variables.  (These are mostly variables that were
  discarded by the machine-independent layer after FreeBSD 4.x.)
  
  Properly handle a vm_page_alloc() failure in pmap_init().
  
  Eliminate dead or legacy (FreeBSD 4.x) code.
  
  Eliminate unnecessary page queues locking.
  
  Eliminate some excess white space.
  
  Correct the synchronization of pmap_page_exists_quick().
  
  Tested by: gonzo
  
  Revision  Changes    Path
  1.7       +8 -8      src/sys/mips/include/pmap.h
  1.15      +10 -51    src/sys/mips/mips/pmap.c



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