cvs commit: src/sys/vm uma_core.c uma_int.h

Jeff Roberson jeff at FreeBSD.org
Fri Sep 19 16:04:45 PDT 2003


jeff        2003/09/19 16:04:44 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               uma_core.c uma_int.h 
  Log:
   - Remove the cache colorization code.  We can't use it due to all of the
     broken consumers of the malloc interface who assume that the allocated
     address will be an even multiple of the size.
   - Remove disabled time delay code on uma_reclaim().  The comment there said
     it all.  It was not an effective strategy and it should not be left in
     #if 0'd for all eternity.
  
  Revision  Changes    Path
  1.82      +0 -50     src/sys/vm/uma_core.c
  1.20      +0 -4      src/sys/vm/uma_int.h


More information about the cvs-src mailing list