Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112547920
D48888.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
421 B
Referenced Files
None
Subscribers
None
D48888.diff
View Options
diff --git a/sys/powerpc/aim/mmu_radix.c b/sys/powerpc/aim/mmu_radix.c
--- a/sys/powerpc/aim/mmu_radix.c
+++ b/sys/powerpc/aim/mmu_radix.c
@@ -6438,7 +6438,7 @@
start = VM_MIN_KERNEL_ADDRESS;
end = start + pages * sizeof(struct vm_page);
- pa = vm_phys_early_alloc(0, end - start);
+ pa = vm_phys_early_alloc(-1, end - start);
start = mmu_radix_map(&start, pa, end - start, VM_MEMATTR_DEFAULT);
#ifdef notyet
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 4:56 PM (18 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16529614
Default Alt Text
D48888.diff (421 B)
Attached To
Mode
D48888: powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0
Attached
Detach File
Event Timeline
Log In to Comment