Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 1996 05:02:14 -0700 (PDT)
From:      Poul-Henning Kamp <phk>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 locore.s src/sys/i386/include pmap.h pte.h vmparam.h
Message-ID:  <199604301202.FAA01725@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         96/04/30 05:02:14

  Modified:    sys/i386/i386  locore.s
  Log:
  Remove a spurious mapping that was introduced earlier.
  
  Revision  Changes    Path
  1.68      +1 -9      src/sys/i386/i386/locore.s

  Modified:    sys/i386/include  pmap.h pte.h vmparam.h
  Log:
  pte.h: Add the VADDR(pdi,pti) macro to construct virtual address from
  page dir+table index.
  pmap.h: remove NUPDE, it was wrong and not used.  Sanitize KSTKPTEOFF.
  vmparam.h: Calculate virtual addr from PDI+PTI from pmap.h rather than
  using magic math.  Remove UPDT, not used.
  
  Revision  Changes    Path
  1.36      +2 -4      src/sys/i386/include/pmap.h
  1.9       +2 -1      src/sys/i386/include/pte.h
  1.20      +21 -14    src/sys/i386/include/vmparam.h



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