Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 1996 22:58:09 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 pmap.c
Message-ID:  <199604240558.WAA20517@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      96/04/23 22:58:08

  Branch:      sys/i386/i386  RELENG_2_1_0
  Modified:    sys/i386/i386  pmap.c
  Log:
  Retrofitted much of the substance of the changes in -current, minus some
  of the optimizations. Most of this is a rewrite to get rid of the inline
  assembly.  I've been seeing some very strange page table related panics
  on wcarchive with the old code; the current thinking on this is that the
  inline assembly in pmap_remove isn't getting along with the gcc code
  generator for some reason (possibly due to a bad or missing register
  constraint) and in any case the problems seem to disappear with the C
  (new) version of this code.
  
  Reviewed by:	dyson
  
  Revision  Changes    Path
  1.58.4.2  +186 -187  src/sys/i386/i386/pmap.c



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