Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161922911
D23496.id67794.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
D23496.id67794.diff
View Options
Index: head/sys/vm/uma_core.c
===================================================================
--- head/sys/vm/uma_core.c
+++ head/sys/vm/uma_core.c
@@ -1704,6 +1704,12 @@
vm_page_t m;
MPASS(size == (mp_maxid+1)*PAGE_SIZE);
+
+ if ((flags & UMA_SLAB_BOOT) != 0) {
+ startup_free(mem, size);
+ return;
+ }
+
sva = (vm_offset_t)mem;
for (curva = sva; curva < sva + size; curva += PAGE_SIZE) {
paddr = pmap_kextract(curva);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 9, 1:30 AM (9 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34868461
Default Alt Text
D23496.id67794.diff (439 B)
Attached To
Mode
D23496: uma: pcpu_page_free needs to startup_free pages from startup_alloc
Attached
Detach File
Event Timeline
Log In to Comment