Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2010 17:06:51 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/i386/i386 locore.s pmap.c src/sys/i386/include pmap.h
Message-ID:  <201010051707.o95H7Ajr078071@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2010-10-05 17:06:51 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        locore.s pmap.c 
    sys/i386/include     pmap.h 
  Log:
  SVN rev 213455 on 2010-10-05 17:06:51Z by alc
  
  Initialize KPTmap in locore so that vm86.c can call vtophys() (or really
  pmap_kextract()) before pmap_bootstrap() is called.
  
  Document the set of pmap functions that may be called before
  pmap_bootstrap() is called.
  
  Tested by:      bde@
  Reviewed by:    kib@
  Discussed with: jhb@
  MFC after:      6 weeks
  
  Revision  Changes    Path
  1.193     +10 -0     src/sys/i386/i386/locore.s
  1.691     +14 -7     src/sys/i386/i386/pmap.c
  1.147     +26 -8     src/sys/i386/include/pmap.h



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