Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144515166
D48639.1775152804.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
360 B
Referenced Files
None
Subscribers
None
D48639.1775152804.diff
View Options
diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c
--- a/sys/vm/vm_phys.c
+++ b/sys/vm/vm_phys.c
@@ -2407,7 +2407,8 @@
vm_paddr_t
vm_phys_early_alloc(size_t alloc_size)
{
- return (vm_phys_early_alloc_ex(alloc_size, PAGE_SIZE, -1, -1, 0));
+ return (vm_phys_early_alloc_ex(alloc_size, PAGE_SIZE, -1, -1,
+ VM_PHYS_EAF_ADDR_BOUNDARIES_FIRST));
}
void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 6:00 PM (5 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28246921
Default Alt Text
D48639.1775152804.diff (360 B)
Attached To
Mode
D48639: vm_phys_early_alloc(): Prefer allocation at boundaries by default
Attached
Detach File
Event Timeline
Log In to Comment