Date: Tue, 13 Jan 2004 22:14:35 -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/idt idt.c Message-ID: <200401140614.i0E6EZQK083960@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004/01/13 22:14:35 PST FreeBSD src repository Modified files: sys/dev/idt idt.c Log: Use contigmalloc() instead of vm_page_alloc_contig(). Pass M_ZERO to contigmalloc() instead of calling bzero(). Revision Changes Path 1.9 +8 -10 src/sys/dev/idt/idt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401140614.i0E6EZQK083960>