Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163725062
D14422.id39456.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
452 B
Referenced Files
None
Subscribers
None
D14422.id39456.diff
View Options
Index: sys/x86/iommu/intel_gas.c
===================================================================
--- sys/x86/iommu/intel_gas.c
+++ sys/x86/iommu/intel_gas.c
@@ -81,7 +81,7 @@
dmar_map_entry_zone = uma_zcreate("DMAR_MAP_ENTRY",
sizeof(struct dmar_map_entry), NULL, NULL,
- NULL, NULL, UMA_ALIGN_PTR, 0);
+ NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NODUMP);
}
SYSINIT(intel_gas, SI_SUB_DRIVERS, SI_ORDER_FIRST, intel_gas_init, NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 26, 5:09 PM (17 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35548568
Default Alt Text
D14422.id39456.diff (452 B)
Attached To
Mode
D14422: Use UMA_ZONE_NODUMP for the DMAR map entry zone
Attached
Detach File
Event Timeline
Log In to Comment