svn commit: r316344 - stable/11/sys/x86/iommu
Konstantin Belousov
kib at FreeBSD.org
Sat Apr 1 08:34:54 UTC 2017
Author: kib
Date: Sat Apr 1 08:34:53 2017
New Revision: 316344
URL: https://svnweb.freebsd.org/changeset/base/316344
Log:
MFC r315932:
Slight cleanup of the comment.
Modified:
stable/11/sys/x86/iommu/intel_dmar.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/x86/iommu/intel_dmar.h
==============================================================================
--- stable/11/sys/x86/iommu/intel_dmar.h Sat Apr 1 05:05:22 2017 (r316343)
+++ stable/11/sys/x86/iommu/intel_dmar.h Sat Apr 1 08:34:53 2017 (r316344)
@@ -82,8 +82,8 @@ RB_PROTOTYPE(dmar_gas_entries_tree, dmar
/*
* The domain abstraction. Most non-constant members of the domain
- * are locked by the owning dmar unit lock, not by the domain lock.
- * Most important, dmar lock protects the contexts list.
+ * are protected by owning dmar unit lock, not by the domain lock.
+ * Most important, the dmar lock protects the contexts list.
*
* The domain lock protects the address map for the domain, and list
* of unload entries delayed.
More information about the svn-src-stable-11
mailing list