Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2010 14:12:09 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/include param.h vmparam.h src/sys/mips/mips exception.S genassym.c pmap.c
Message-ID:  <201008041412.o74ECXgQ099542@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jchandra    2010-08-04 14:12:09 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/include     param.h vmparam.h 
    sys/mips/mips        exception.S genassym.c pmap.c 
  Log:
  SVN rev 210846 on 2010-08-04 14:12:09Z by jchandra
  
  Add 3 level page tables for MIPS in n64.
  
  - 32 bit compilation will still use old 2 level page tables
  - re-arrange pmap code so that adding another level is easier
  - pmap code for 3 level page tables for n64
  - update TLB handler to traverse 3 levels in n64
  
  Reviewed by:    jmallett
  
  Revision  Changes    Path
  1.16      +11 -1     src/sys/mips/include/param.h
  1.10      +1 -1      src/sys/mips/include/vmparam.h
  1.23      +29 -1     src/sys/mips/mips/exception.S
  1.9       +1 -0      src/sys/mips/mips/genassym.c
  1.71      +366 -261  src/sys/mips/mips/pmap.c



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