Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142185838
D21149.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
D21149.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D21149: Enable superpage promotion within the kernel pmap on arm64
Attached
Detach File
Event Timeline
Log In to Comment