git: ea07ba11700f - main - sys/arm64/iommu/iommu_pmap.c readd sys/systm.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Feb 2022 19:04:58 UTC
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>