Page MenuHomeFreeBSD

D14422.diff
No OneTemporary

D14422.diff

Index: head/sys/x86/iommu/intel_gas.c
===================================================================
--- head/sys/x86/iommu/intel_gas.c
+++ head/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

Mime Type
text/plain
Expires
Wed, Sep 9, 5:44 PM (13 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38578673
Default Alt Text
D14422.diff (467 B)

Event Timeline