Page MenuHomeFreeBSD

D20012.diff
No OneTemporary

D20012.diff

Index: head/sys/powerpc/pseries/mmu_phyp.c
===================================================================
--- head/sys/powerpc/pseries/mmu_phyp.c
+++ head/sys/powerpc/pseries/mmu_phyp.c
@@ -453,7 +453,7 @@
evicted.pte_hi & LPTE_AVPN_MASK, 0, &junk, &lastptelo,
&junk);
moea64_pte_overflow++;
- KASSERT(result == H_SUCCESS,
+ KASSERT(result == H_SUCCESS || result == H_NOT_FOUND,
("Error evicting page: %d", (int)result));
}

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 9, 1:05 AM (9 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31125581
Default Alt Text
D20012.diff (459 B)

Event Timeline