diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2018-02-18 16:03:50 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2018-02-18 16:03:50 +0000 |
| commit | 2fb9a51077f9725388548a7bffe986ea41389b1e (patch) | |
| tree | b5c6994ab29e85bf436c7af9ad70e6c8e59534b7 | |
| parent | 20641651ecc03e84c1d0942919d96d5648627a9e (diff) | |
Notes
| -rw-r--r-- | sys/x86/iommu/intel_gas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/iommu/intel_gas.c b/sys/x86/iommu/intel_gas.c index bb43ac86e1c2..66de35add937 100644 --- a/sys/x86/iommu/intel_gas.c +++ b/sys/x86/iommu/intel_gas.c @@ -81,7 +81,7 @@ intel_gas_init(void) 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); |
