Page MenuHomeFreeBSD

D48639.diff
No OneTemporary

D48639.diff

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

Mime Type
text/plain
Expires
Wed, Jul 15, 3:54 PM (8 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35105674
Default Alt Text
D48639.diff (360 B)

Event Timeline