Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159395983
D42311.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
447 B
Referenced Files
None
Subscribers
None
D42311.id.diff
View Options
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -2342,7 +2342,10 @@
CPUID_TO_MODEL(cpu_id) == 0x57 || /* Knights */
CPUID_TO_MODEL(cpu_id) == 0x85))))
pmap_allow_2m_x_ept = 1;
+#ifndef BURN_BRIDGES
TUNABLE_INT_FETCH("hw.allow_2m_x_ept", &pmap_allow_2m_x_ept);
+#endif
+ TUNABLE_INT_FETCH("vm.pmap.allow_2m_x_ept", &pmap_allow_2m_x_ept);
}
static bool
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 14, 4:40 PM (17 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33956341
Default Alt Text
D42311.id.diff (447 B)
Attached To
Mode
D42311: amd64 pmap: Prefer consistent naming for loader tunable
Attached
Detach File
Event Timeline
Log In to Comment