Date: Tue, 22 Sep 2015 16:51:00 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288118 - head/sys/x86/iommu Message-ID: <201509221651.t8MGp0CX034428@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509221651.t8MGp0CX034428>