Date: Thu, 4 Jan 2024 03:54:58 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 915edb4ecb86 - stable/13 - iommu: fix build on stable/13 with the DDB option Message-ID: <202401040354.4043sww8059770@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=915edb4ecb86a197a5a1d297bed819b3163558f3 commit 915edb4ecb86a197a5a1d297bed819b3163558f3 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-01-04 03:54:17 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-01-04 03:54:17 +0000 iommu: fix build on stable/13 with the DDB option Sponsored by: The FreeBSD Foundation --- sys/dev/iommu/iommu_gas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/iommu/iommu_gas.c b/sys/dev/iommu/iommu_gas.c index 4b6141b981da..cd48fcd613ee 100644 --- a/sys/dev/iommu/iommu_gas.c +++ b/sys/dev/iommu/iommu_gas.c @@ -1092,7 +1092,7 @@ iommu_debug_dump_gas(struct iommu_domain *domain) } } -DB_SHOW_COMMAND(iommu_domain, iommu_domain_show) +DB_SHOW_COMMAND(iommu_domain, iommu_domain_show1) { struct iommu_domain *domain;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401040354.4043sww8059770>