Date: Thu, 3 Feb 2022 19:04:58 GMT From: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ea07ba11700f - main - sys/arm64/iommu/iommu_pmap.c readd sys/systm.h Message-ID: <202202031904.213J4wB1001427@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jsm (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ea07ba11700f3eeee96871cf8f26707dbe73aa65 commit ea07ba11700f3eeee96871cf8f26707dbe73aa65 Author: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> AuthorDate: 2022-02-03 18:53:28 +0000 Commit: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> CommitDate: 2022-02-03 19:03:29 +0000 sys/arm64/iommu/iommu_pmap.c readd sys/systm.h after d950c5898a2d UINT64_C and bzero were no longer defined Approved by: kib Differential Revision: https://reviews.freebsd.org/D34155 --- sys/arm64/iommu/iommu_pmap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/arm64/iommu/iommu_pmap.c b/sys/arm64/iommu/iommu_pmap.c index 0f7b9ba24b0a..586620ef9ba9 100644 --- a/sys/arm64/iommu/iommu_pmap.c +++ b/sys/arm64/iommu/iommu_pmap.c @@ -41,7 +41,9 @@ __FBSDID("$FreeBSD$"); #include "opt_vm.h" #include <sys/param.h> +#include <sys/systm.h> #include <sys/ktr.h> +#include <sys/lock.h> #include <sys/mutex.h> #include <sys/rwlock.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202031904.213J4wB1001427>