Date: Wed, 21 Jul 2004 15:52:34 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Message-ID: <200407211552.i6LFqYE8052702@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2004-07-21 15:52:34 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Using NULL as a malloc type when calling contigmalloc() is wrong, so introduce a new malloc type, and use it. Revision Changes Path 1.489 +5 -1 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407211552.i6LFqYE8052702>