sys/arm64/iommu/iommu_pmap.c readd sys/systm.h

after d950c5898a UINT64_C and bzero were no longer defined

Approved by:	kib
Differential Revision:	https://reviews.freebsd.org/D34155
This commit is contained in:
Jesper Schmitz Mouridsen 2022-02-03 19:53:28 +01:00
parent 529575be27
commit ea07ba1170

View File

@ -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>