Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161843288
D20012.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
459 B
Referenced Files
None
Subscribers
None
D20012.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 8, 8:00 AM (1 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34837709
Default Alt Text
D20012.diff (459 B)
Attached To
Mode
D20012: [PPC64] Fix wrong KASSERT in mphyp_pte_insert()
Attached
Detach File
Event Timeline
Log In to Comment