Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 12:36:03 -0800 (PST)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pdq pdqvar.h
Message-ID:  <200401132036.i0DKa31V032840@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2004/01/13 12:36:03 PST

  FreeBSD src repository

  Modified files:
    sys/dev/pdq          pdqvar.h 
  Log:
  Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() and
  kmem_free().  Note: The FreeBSD-specific code in this file has been
  subsumed by the FreeBSD-specific header file, pdq_freebsd.h.  That header
  file already specifies the use of contigmalloc() and contigfree().  Thus,
  the purpose of this change is to avoid having nonsensical examples of
  FreeBSD-specific memory allocation in our source tree.
  
  Revision  Changes    Path
  1.11      +2 -2      src/sys/dev/pdq/pdqvar.h



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