CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/11 10:49:56
Modified files: sys/kern : kern_malloc.c Log message: Since malloc_page_alloc() is a pool allocator it should check for PR_WAITOK instead of M_NOWAIT. Checking for M_NOWAIT made many malloc calls that used that flag actually wait. This probably explains many if the strange hangs people have seen recently. ok miod@