summaryrefslogtreecommitdiffstats
path: root/sys/x86
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2015-09-22 16:50:59 +0000
committerbz <bz@FreeBSD.org>2015-09-22 16:50:59 +0000
commite6d5be3edcfce6f6412bb26166f24336dd3f1e79 (patch)
tree6bccb35c645ff814090555bf741800094c547549 /sys/x86
parenta0e870b05451d426a2259d2fcfbdfe0fa1aaccb7 (diff)
downloadFreeBSD-src-e6d5be3edcfce6f6412bb26166f24336dd3f1e79.zip
FreeBSD-src-e6d5be3edcfce6f6412bb26166f24336dd3f1e79.tar.gz
dmar_ctx_dtr() does not exist since r284869. Remove the static function
declaration to avoid a cmpile time warning.
Diffstat (limited to 'sys/x86')
-rw-r--r--sys/x86/iommu/intel_ctx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/x86/iommu/intel_ctx.c b/sys/x86/iommu/intel_ctx.c
index 402612b..71de167 100644
--- a/sys/x86/iommu/intel_ctx.c
+++ b/sys/x86/iommu/intel_ctx.c
@@ -74,7 +74,6 @@ static void dmar_domain_unload_task(void *arg, int pending);
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)
OpenPOWER on IntegriCloud