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:
parent
e1b1aa3bc2
commit
0250db7caa
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user