cvs commit: src/sys/vm vm_contig.c

Alan Cox alc at FreeBSD.org
Thu Apr 19 05:39:55 UTC 2007


alc         2007-04-19 05:39:54 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_contig.c 
  Log:
  Correct contigmalloc2()'s implementation of M_ZERO.  Specifically,
  contigmalloc2() was always testing the first physical page for PG_ZERO,
  not the current page of interest.
  
  Submitted by: Michael Plass
  PR: 81301
  MFC after: 1 week
  
  Revision  Changes    Path
  1.58      +1 -1      src/sys/vm/vm_contig.c


More information about the cvs-src mailing list