Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147898429
D34450.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
403 B
Referenced Files
None
Subscribers
None
D34450.id.diff
View Options
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -226,7 +226,7 @@
kmi->buffer_sva = firstaddr;
kmi->buffer_eva = kmi->buffer_sva + size;
vmem_init(buffer_arena, "buffer arena", kmi->buffer_sva, size,
- PAGE_SIZE, (mp_ncpus > 4) ? BKVASIZE * 8 : 0, 0);
+ PAGE_SIZE, (mp_ncpus > 4) ? BKVASIZE * 8 : 0, M_WAITOK);
firstaddr += size;
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 12:32 PM (14 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29716371
Default Alt Text
D34450.id.diff (403 B)
Attached To
Mode
D34450: vm_ksubmap_init: pass M_WAITOK to vmem_init -> uma_zalloc_arg
Attached
Detach File
Event Timeline
Log In to Comment