cvs commit: src/sys/dev/pdq pdqvar.h
Alan Cox
alc at FreeBSD.org
Tue Jan 13 12:36:04 PST 2004
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
More information about the cvs-src
mailing list