Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147561748
D8421.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
447 B
Referenced Files
None
Subscribers
None
D8421.id.diff
View Options
Index: head/sys/vm/vm_page.c
===================================================================
--- head/sys/vm/vm_page.c
+++ head/sys/vm/vm_page.c
@@ -2738,6 +2738,8 @@
msleep(&vm_pageout_pages_needed, &vm_page_queue_free_mtx,
PDROP | PSWP, "VMWait", 0);
} else {
+ if (__predict_false(pageproc == NULL))
+ panic("vm_wait in early boot");
if (!vm_pageout_wanted) {
vm_pageout_wanted = true;
wakeup(&vm_pageout_wanted);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 12, 10:39 PM (7 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29598683
Default Alt Text
D8421.id.diff (447 B)
Attached To
Mode
D8421: Do not sleep in vm_wait() if pagedaemon is not yet started.
Attached
Detach File
Event Timeline
Log In to Comment