aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2022-02-03 18:53:28 +0000
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2022-02-03 19:03:29 +0000
commitea07ba11700f3eeee96871cf8f26707dbe73aa65 (patch)
tree7f20ee48e0d9b2f307c485ed59d3893f52003315
parent529575be27c13dd64c10b4c917ce41ccc08937c3 (diff)
downloadsrc-ea07ba11700f3eeee96871cf8f26707dbe73aa65.tar.gz
src-ea07ba11700f3eeee96871cf8f26707dbe73aa65.zip
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
-rw-r--r--sys/arm64/iommu/iommu_pmap.c2
1 files changed, 2 insertions, 0 deletions
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>