Call uma_zalloc on pvzone with M_NOWAIT, just like i386 and alpha.

Otherwise we get hundreds of 'could sleep' during boot.
This commit is contained in:
Peter Wemm 2002-10-11 21:41:53 +00:00
parent e1b1aa3bc2
commit 0250db7caa

View File

@ -902,7 +902,7 @@ get_pv_entry(void)
pmap_pagedaemon_waken = 1;
wakeup (&vm_pages_needed);
}
return uma_zalloc(pvzone, M_WAITOK);
return uma_zalloc(pvzone, M_NOWAIT);
}
/*