Page MenuHomeFreeBSD

D21149.diff
No OneTemporary

D21149.diff

Index: head/sys/arm64/arm64/pmap.c
===================================================================
--- head/sys/arm64/arm64/pmap.c
+++ head/sys/arm64/arm64/pmap.c
@@ -3425,8 +3425,7 @@
}
#if VM_NRESERVLEVEL > 0
- if (pmap != pmap_kernel() &&
- (mpte == NULL || mpte->wire_count == NL3PG) &&
+ if ((mpte == NULL || mpte->wire_count == NL3PG) &&
pmap_ps_enabled(pmap) &&
(m->flags & PG_FICTITIOUS) == 0 &&
vm_reserv_level_iffullpop(m) == 0) {

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 17, 11:30 PM (16 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27700962
Default Alt Text
D21149.diff (472 B)

Event Timeline