Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2017 08:34:53 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r316344 - stable/11/sys/x86/iommu
Message-ID:  <201704010834.v318Yr2g038083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704010834.v318Yr2g038083>