Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 1996 21:17:26 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 pmap.c
Message-ID:  <199605220417.VAA09354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/05/21 21:17:24

  Modified:    sys/i386/i386  pmap.c
  Log:
  A serious error in pmap.c(pmap_remove) is corrected by this.  When
  comparing the PTD pointers, they needed to be masked by PG_FRAME, and
  they weren't.  Also, the "improved" non-386 code wasn't really an
  improvement, so I simplified and fixed the code.  This might have
  caused some of the panics caused by the VM megacommit.
  
  Revision  Changes    Path
  1.93      +4 -30     src/sys/i386/i386/pmap.c



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