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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"