Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142773498
D21320.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
557 B
Referenced Files
None
Subscribers
None
D21320.diff
View Options
Index: head/sys/amd64/amd64/mp_machdep.c
===================================================================
--- head/sys/amd64/amd64/mp_machdep.c
+++ head/sys/amd64/amd64/mp_machdep.c
@@ -401,7 +401,7 @@
if (_vm_phys_domain(pmap_kextract(oa)) == domain)
return;
m = vm_page_alloc_domain(NULL, 0, domain,
- VM_ALLOC_NORMAL | VM_ALLOC_NOOBJ | VM_ALLOC_ZERO);
+ VM_ALLOC_NORMAL | VM_ALLOC_NOOBJ);
na = PHYS_TO_DMAP(VM_PAGE_TO_PHYS(m));
pagecopy((void *)oa, (void *)na);
pmap_enter(kernel_pmap, oa, m, VM_PROT_READ | VM_PROT_WRITE, 0, 0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 24, 10:34 AM (18 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27895980
Default Alt Text
D21320.diff (557 B)
Attached To
Mode
D21320: amd64: rework PCPU allocation
Attached
Detach File
Event Timeline
Log In to Comment