K 10 svn:author V 6 cognet K 8 svn:date V 27 2006-07-11T11:22:06.000000Z K 7 svn:log V 287 Add a new flag to pmap_enter_locked() to say if it's OK to wait. If it is, and we're unable to allocate the memory for a PTE, we'll wait until we can. If not, we'll just return. Use M_NOWAIT|M_USE_RESERVE to allocate PTEs, it is less aggressive than M_NOWAIT alone. Suggested by: alc END