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

Bjoern A. Zeeb bz at FreeBSD.org
Tue Sep 22 16:51:00 UTC 2015


Author: bz
Date: Tue Sep 22 16:50:59 2015
New Revision: 288118
URL: https://svnweb.freebsd.org/changeset/base/288118

Log:
  dmar_ctx_dtr() does not exist since r284869.  Remove the static function
  declaration to avoid a cmpile time warning.

Modified:
  head/sys/x86/iommu/intel_ctx.c

Modified: head/sys/x86/iommu/intel_ctx.c
==============================================================================
--- head/sys/x86/iommu/intel_ctx.c	Tue Sep 22 16:46:34 2015	(r288117)
+++ head/sys/x86/iommu/intel_ctx.c	Tue Sep 22 16:50:59 2015	(r288118)
@@ -74,7 +74,6 @@ static void dmar_domain_unload_task(void
 static void dmar_unref_domain_locked(struct dmar_unit *dmar,
     struct dmar_domain *domain);
 static void dmar_domain_destroy(struct dmar_domain *domain);
-static void dmar_ctx_dtr(struct dmar_ctx *ctx);
 
 static void
 dmar_ensure_ctx_page(struct dmar_unit *dmar, int bus)


More information about the svn-src-head mailing list