cvs commit: src/sys/powerpc/powerpc mmu_oea.c

Peter Grehan grehan at FreeBSD.org
Tue Dec 19 17:10:22 PST 2006


grehan      2006-12-20 01:10:21 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/powerpc  mmu_oea.c 
  Log:
  Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 of
  pmap.c, and is potentially the cause of hangs reported on machines with a
  small amount of memory. On machines with sufficient RAM, and without a lot
  of processes running, this situation would probably never occur.
  
  Testing is still incomplete, but it is obviously wrong so remove the
  offending code now.
  
  The issue of what to do when both the primary and secondary hash overflow
  is still open.
  
  Reported by:    Dan Kresja at windriver dot com, via alc
  
  Revision  Changes    Path
  1.115     +1 -1      src/sys/powerpc/powerpc/mmu_oea.c


More information about the cvs-src mailing list