Page MenuHomeFreeBSD

D48639.1775152804.diff
No OneTemporary

Size
360 B
Referenced Files
None
Subscribers
None

D48639.1775152804.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
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)

Event Timeline