Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2010 21:38:57 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/mips pmap.c
Message-ID:  <201005222139.o4MLdHF1012105@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
neel        2010-05-22 21:38:57 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/mips        pmap.c 
  Log:
  SVN rev 208422 on 2010-05-22 21:38:57Z by neel
  
  - Use ptpgzone zone to allocate page table pages irrespective of the amount of
    memory on a platform. Tested on the Sibyte with 256MB and 1GB memory
    configurations.
  
  - Replace vtophys() with MIPS_KSEG0_TO_PHYS() to convert a page table
    page's virtual address to physical. We can safely do this because
    page table pages are allocated out of KSEG0.
  
  - Add an assertion to verify that when a page table page is freed it
    contains all zeroes. We can now use it after allocation without
    zeroing it.
  
  Revision  Changes    Path
  1.49      +25 -81    src/sys/mips/mips/pmap.c



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