svn commit: r315932 - head/sys/x86/iommu

Konstantin Belousov kib at FreeBSD.org
Sat Mar 25 10:42:12 UTC 2017


Author: kib
Date: Sat Mar 25 10:42:10 2017
New Revision: 315932
URL: https://svnweb.freebsd.org/changeset/base/315932

Log:
  Slight cleanup of the comment.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/x86/iommu/intel_dmar.h

Modified: head/sys/x86/iommu/intel_dmar.h
==============================================================================
--- head/sys/x86/iommu/intel_dmar.h	Sat Mar 25 10:39:24 2017	(r315931)
+++ head/sys/x86/iommu/intel_dmar.h	Sat Mar 25 10:42:10 2017	(r315932)
@@ -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-head mailing list