Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153645506
D19149.id53839.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
425 B
Referenced Files
None
Subscribers
None
D19149.id53839.diff
View Options
Index: head/sys/powerpc/aim/mmu_oea64.c
===================================================================
--- head/sys/powerpc/aim/mmu_oea64.c
+++ head/sys/powerpc/aim/mmu_oea64.c
@@ -2807,7 +2807,7 @@
PMAP_LOCK(pm);
while (sz > 0) {
- lim = round_page(va);
+ lim = round_page(va+1);
len = MIN(lim - va, sz);
pvo = moea64_pvo_find_va(pm, va & ~ADDR_POFF);
if (pvo != NULL && !(pvo->pvo_pte.pa & LPTE_I)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 23, 3:06 PM (6 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32030345
Default Alt Text
D19149.id53839.diff (425 B)
Attached To
Mode
D19149: [ppc64] prevent infinite loop on icache sync
Attached
Detach File
Event Timeline
Log In to Comment