Date: Sun, 11 Feb 2007 02:52:54 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.c Message-ID: <200702110252.l1B2qt0I033417@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2007-02-11 02:52:54 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Now that the free page queue mutex is a sleep mutex, we cannot call vm_page_alloc() from within a critical section in pmap_growkernel(). Since the need for a critical section may never have existed in the first place, simply get rid of it. Discussed with: alc@ Revision Changes Path 1.181 +0 -7 src/sys/ia64/ia64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702110252.l1B2qt0I033417>