Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150277781
D21320.id.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.id.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
Tue, Mar 31, 7:53 PM (16 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30646710
Default Alt Text
D21320.id.diff (557 B)
Attached To
Mode
D21320: amd64: rework PCPU allocation
Attached
Detach File
Event Timeline
Log In to Comment